Open bigeasy opened 12 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
.
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.
Use globbing to apply a Stencil to files matching patterns.