Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

cliquish

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cliquish

An opinionated CLI wrapper and utility belt for swanky Node modules.

latest
Source
npmnpm
Version
0.8.3
Version published
Maintainers
1
Created
Source

🎩 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

TODO

License

ISC

FAQs

Package last updated on 03 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts