cli-color-keywords
Advanced tools
Weekly downloads
Readme
This module mainly only exists because I got tired of re-adding my custom keywords to chalk.
The exported module is a function that creates a chalk object for you with the following keywords added: bgError
, bgHelp
, bgWarn
, error
, help
, subtle
, warn
, and ignored
.
$ npm install --save cli-color-keywords
var colors = require('cli-color-keywords')();
colors.subtle('unicorns');
Type: object
Basically, anything you can pass to the chalk.constructor
is accepted.
MIT © Nate Cavanaugh
FAQs
My polished module
The npm package cli-color-keywords receives a total of 624 weekly downloads. As such, cli-color-keywords popularity was classified as not popular.
We found that cli-color-keywords demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.