generator-bin

0.1.2 • Public • Published

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

/generator-bin/

    Package Sidebar

    Install

    npm i generator-bin

    Weekly Downloads

    1

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • cgcladera