Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shashanktomar/node-cli-yargs-boilerplate

A boilerplate for nodejs cli apps using yargs.
https://github.com/shashanktomar/node-cli-yargs-boilerplate

babel boilerplate cli command-line eslint nodejs yargs

Last synced: about 2 months ago
JSON representation

A boilerplate for nodejs cli apps using yargs.

Awesome Lists containing this project

README

        

# node-cli

A boiler-plate repo for quick cli apps in nodejs. It uses:
* babel
* eslint-airbnb
* yargs
* chalk
* node-emoji

## Usage
* clone repo
* `npm install`
* either run `npm run build:link` and `node-cli`
* or `npm run build` and `node build/index`
![](https://github.com/shashanktomar/node-cli/blob/master/assets/node-cli.gif)