0.2.5 • Published 6 years ago

cli-generator v0.2.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 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

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago