cli-generator

0.2.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cli-generator

Weekly Downloads

0

Version

0.2.5

License

ISC

Unpacked Size

9.82 kB

Total Files

9

Last publish

Collaborators

  • nandi0315