Includes frequently used libraries and type definitions to make CLI.🐶
$ npm i cli-boost
import * as items from 'cli-boost';
- 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