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
- Host: GitHub
- URL: https://github.com/hiroppy/cli-boost
- Owner: hiroppy
- Created: 2018-12-13T00:16:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T05:15:34.000Z (over 3 years ago)
- Last Synced: 2025-03-18T22:11:30.338Z (10 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - cli-boost
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