bigeasy / stencil

Asynchronous HTML5 templates for Node.js and the browser.
MIT License
9 stars 2 forks source link

Implement globbing in command line program. #29

Open bigeasy opened 12 years ago

bigeasy commented 12 years ago

Use globbing to apply a Stencil to files matching patterns.

bigeasy commented 11 years ago

There was a desire to create a make like utility that would build Stencils by searching a directory. I had a language in mind for the command line. It had tree parts repeated, but I don't know that the three parts were anymore. Directory, Stencil and output directory?

I'm not sure that I want to have globbing built into the command line program. Yes, probably, someday, but not now. Now I want something that would work well with make.

bigeasy commented 11 years ago

The three parts where an input type, an output type and a Stencil to perform the transform. I'm not sure that command line transforms are a great idea, though.