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
- Host: GitHub
- URL: https://github.com/imteekay/cling
- Owner: imteekay
- License: mit
- Created: 2021-04-17T21:26:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T00:00:09.000Z (over 4 years ago)
- Last Synced: 2025-03-28T20:55:31.550Z (10 months ago)
- Topics: cli, javascript, js, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.