0.2.5 • Published 7 years ago

cli-generator v0.2.5

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

cli-generator

Generate command line interface projects with unit testing and linting.

Build Status Coverage Status

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
0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago