An opinionated CLI wrapper and utility belt for swanky Node modules.
npm install cliquish!License
!Latest release

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!
* Robust zero-boilerplate yarg setup
* 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
``shell`
npm i cliquish
TODO
`javascript
#!/usr/bin/env node
const run = require('cliquish');
const myCli = require('./cli');
// Simple as that!
run(myCli);
``
See the full changelog here.
TODO
TODO
ISC