chunder
v0.1.0
Published
State based code generation command line tool
Downloads
4
Maintainers
Readme
#Chunder.js State based, code generation command line tool
Chunder.js is designed to automate repetitive tasks for programmers.
The tool takes a javascript file name as an input, test.getState()
and outputs the parameters to test.generate(params)
, feeding in another
config containing the generated file content and file name etc.
Please find the /example/text.js
for a demonstration.
Install with:
npm install -g chunder
Navigate to examples/ and run:
chunder test
or
chunder -help