1.8.0 • Published 1 year ago

kolorist v1.8.0

Weekly downloads
7,135
License
MIT
Repository
github
Last release
1 year ago

kolorist

Tiny library to put colors into stdin/stdout :tada:

Screenshot of terminal colors

Usage

npm install --save-dev kolorist
import { red, cyan } from 'kolorist';

console.log(red(`Error: something failed in ${cyan('my-file.js')}.`));

You can also disable or enable colors globally via the following environment variables:

  • disable:

    • NODE_DISABLE_COLORS
    • NO_COLOR
    • TERM=dumb
    • FORCE_COLOR=0
  • enable:

    • FORCE_COLOR=1
    • FORCE_COLOR=2
    • FORCE_COLOR=3

On top of that you can disable colors right from node:

import { options, red } from 'kolorist';

options.enabled = false;
console.log(red('foo'));
// Logs a string without colors

You can also strip colors from a string:

import { red, stripColors } from 'kolorist';

console.log(stripColors(red('foo')));
// Logs 'foo'

License

MIT, see the license file.

xaf-crate-reborn@sishenma/create-tpl@zhengxs-devkit/build@hovey/create-lintcreate-pickbaxia-buildbennett-utilscreate-upvitetestcreate-czyvitecreate-devkitcreate-baxia@mediinfo/buildbennett-free-tools@ishopee/create-vite-app@hudc/create-appcreate-wisefly-app@7inch/create-appexpressjs-create-app@nexhome/cli@eggplantmylove/create-vite-appcreate-cbgclicbgclicreate-leanixsnowburn-ssr@i-box/create-box-vitexyvuekiloview-cliguillaumecatelvite-plugin-emailio-scriptscreate-pp-test@cderek/create-base-appdocspresscreate-io-scriptcreate-wn-tscreate-sqbcreate-ctx-app@phsix/ui-lib-cliccbscf-clivnyvite-boilerplate@eb3n/inicreate-ym-huskycreate-ym-vue@soybeanjs/scriptsshare-cjs-utilsyomuki-template-clicreate-web-application@munch1182/create-app@happytiptoe/inifast-create-appbennetts-cli@infinitebrahmanuniverse/nolb-kol@bytedo/vue-livecreate-vue-live@wfly/cjs-utils@wfly/node-utils@opayjs/create-h5create-pjlcreate-kuangwneotw@everything-registry/sub-chunk-2028snomaptos-test-v1aptos-dapp-v1create-osm-apt@happytiptoe/projcreate-projaig1919create-art-reactcreate-react-art-templatestransfer-mp4-to-hlsquick-strappercky-cli-v2create-ddaarr@bfehub/create-lint@aldea/cli@alexzzz/create-gi@antzy/create-app@antzy/ieslint@celebrity/create-app@celebrity/create-templates@charrue/gen-docs@charrue/vue-bundler-shared@charrue/web-deploy@chenyueban/cli@chimpbyte/create-angular-app@chinbor/git-pick@bit-ocean/cli@binance-icons/bit-cli@block-dev/create-block@bedframe/cli@bd/cli@bd/wcui-cli@caixiejs/cli@brillout/test-runner@brillout/e2e-test-runner@breadev/cli@brickjsorg/create-brick@builder.io/ai-shell
1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago