0.1.2 • Published 11 years ago
generator-bin v0.1.2
generator-bin 
Generate command-line toolkits with NodeJS. Based on project nomnom.
Getting Started
Command-line Generators
To install generator-bin from npm, run:
npm install -g generator-binGenerate a new toolkit
yo bin my-toolsGenerate a new command
yo bin:command testExecute your toolkits' commands
node my-tools.js testIf you want to execute directly your toolkit yo can change toolkit file's permissions:
chmod +x my-tools.jsAnd then
./my-tools.js testLicense
MIT