cli-boost

The easiest way to get started for creating CLI

Downloads
6
Stars
7

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
Package Rankings
Top 15.92% on Npmjs.org