An open API service indexing awesome lists of open source software.

https://github.com/hiroppy/cli-boost

The easiest way to get started for creating CLI
https://github.com/hiroppy/cli-boost

Last synced: 10 months ago
JSON representation

The easiest way to get started for creating CLI

Awesome Lists containing this project

README

          

# cli-boost

Includes frequently used libraries and type definitions to make CLI.🐶

## Installation

```sh
$ npm i cli-boost
```

## Usage

```typescript
import * as items from 'cli-boost';
```

## Libraries

- [rc](https://www.npmjs.com/package/rc): Hardwired configuration loader
- [ora](https://www.npmjs.com/package/ora): Elegant terminal spinner
- [chalk](https://www.npmjs.com/package/chalk): Terminal string styling done right
- [inquirer](https://www.npmjs.com/package/inquirer): A collection of common interactive command line user interfaces
- [configstore](https://www.npmjs.com/package/configstore): Easily load and save config without having to think about where and how
- [commander](https://www.npmjs.com/package/commander): The complete solution for node.js command-line programs
- [cli-table2](https://www.npmjs.com/package/cli-table2): Pretty unicode tables for the command line. Based on the original cli-table