0.1.2 • Published 10 years ago

generator-bin v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

generator-bin Build Status

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-bin

Generate a new toolkit

yo bin my-tools

Generate a new command

yo bin:command test

Execute your toolkits' commands

node my-tools.js test

If you want to execute directly your toolkit yo can change toolkit file's permissions:

chmod +x my-tools.js

And then

./my-tools.js test

License

MIT

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago