0.0.1 • Published 5 years ago

cli-boost v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

cli-boost

Includes frequently used libraries and type definitions to make CLI.

Installation

$ npm i cli-boost

Usage

import * as items from 'cli-boost';

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