dew
v0.1.0
Published
a tool to quickly build files and tests
Downloads
30
Readme
dew
npm install dew -g
dew
creates a file, tests for that file, and add it to other files dependencies (when specified, not yet impletemented).
This is super alpha, I hope to get it doing more soon.
As of now, this only works on javascript and coffeescript files, it defaults to javascript. To use make and remove coffeescript files use the full path name.
dew <filename>
will generate a file and a test file for you, basically it's an optimized touch.
undew <filename>
will remove the file and any tests associated with it.
detest <filename>
removes test file for specified file, currently assumes '-test'.