node cli yargs boilerplate

A boilerplate for nodejs cli apps using yargs.

2
0
JavaScript

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