0.8.3 • Published 3 years ago

cliquish v0.8.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

🎩 cliquish

License Latest release Coverage status

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 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

Installation

npm i cliquish

Usage

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

0.8.3

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago