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

https://github.com/imteekay/cling

A template to build CLI tools
https://github.com/imteekay/cling

cli javascript js node nodejs

Last synced: 3 months ago
JSON representation

A template to build CLI tools

Awesome Lists containing this project

README

          

# cling

A template to build CLI tools.

It comes with common libraries like:

- [inquirer](https://github.com/SBoudrias/Inquirer.js/): A collection of common interactive command line user interfaces.
- [minimist](https://github.com/substack/minimist): parse argument options
- [ora](https://github.com/sindresorhus/ora): Elegant terminal spinner
- [chalk](https://github.com/chalk/chalk): Terminal string styling done right

Also setup with prettier, eslint, node (v15), and esmodules.