cliquish
TypeScript icon, indicating that this package has built-in type declarations

0.8.3 • Public • Published

🎩 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

/cliquish/

    Package Sidebar

    Install

    npm i cliquish

    Weekly Downloads

    1

    Version

    0.8.3

    License

    ISC

    Unpacked Size

    17.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • cheap-glitch