Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shashanktomar/node-cli-yargs-boilerplate
- Owner: shashanktomar
- Created: 2017-06-23T15:55:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T04:07:39.000Z (over 7 years ago)
- Last Synced: 2024-10-19T11:11:41.740Z (3 months ago)
- Topics: babel, boilerplate, cli, command-line, eslint, nodejs, yargs
- Language: JavaScript
- Homepage:
- Size: 3.91 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)