cli-generator
v0.2.5
Published
A Command Line Interface generator
Downloads
3
Readme
cli-generator
Generate command line interface projects with unit testing and linting.
Usage
npm install -g cli-generator
cli-gen
Configurations
Project name
the folder that you would like your project store
Eslint config
bundle with 2 preset:
- default
- airbnb
Entry Point
The name of the entry point of the project (default cli.js)
To Run
cd [project_name]
npm install
./[entry-point].js