cliquish
v0.8.3
Published
An opinionated CLI wrapper and utility belt for swanky Node modules.
Readme
🎩 cliquish
cliquish is a lightweight CLI wrapper built on top of yargs that takes care of the boring stuff, so you can focus on making the classy CLI your Node modules deserve!
Features
- Robust zero-boilerplate
yargsetup - Beautified & more informative help text
- Prints a helpful message ~~if~~ when your CLI crashes unexpectedly
- A whole bunch of convenient text- and logging-related utilities
Installation
npm i cliquishUsage
TODO
#!/usr/bin/env node
const run = require('cliquish');
const myCli = require('./cli');
// Simple as that!
run(myCli);Changelog
See the full changelog here.
Contributing
TODO
Related
TODO
License
ISC
