Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 300 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 300 Bytes

Node.js Command Line Instrument (CLI) Template

This is a template repo for node based CLI's.

Development Installation and Startup

$ npm install
$ npm run dev

Production Installation and Startup

$ npm install -g
$ demo-cli

TODO

  • Add Axios
  • Migrate to OOP