cli-boost
The easiest way to get started for creating CLI
cli-boost
Includes frequently used libraries and type definitions to make CLI.
Installation
$ npm i cli-boost
Usage
;
Libraries
- rc: Hardwired configuration loader
- ora: Elegant terminal spinner
- chalk: Terminal string styling done right
- inquirer: A collection of common interactive command line user interfaces
- configstore: Easily load and save config without having to think about where and how
- commander: The complete solution for node.js command-line programs
- cli-table2: Pretty unicode tables for the command line. Based on the original cli-table