Socket
Book a DemoInstallSign in
Socket

@anzerr/console.color

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anzerr/console.color

wrap color around inputs

latest
Source
npmnpm
Version
1.0.16
Version published
Maintainers
1
Created
Source

Intro

GitHub Actions status | publish

wrap strings it color code for console display

Install

npm install --save git+https://github.com/anzerr/console.color.git
npm install --save @anzerr/console.color

Example

const color = require('console.color');
console.log(color.red('single string'), 'or chained text', color.chain.red('red').blue('blue').none('chained with normal text').green('green').toString(), 'done');

Keywords

console

FAQs

Package last updated on 21 Jan 2022

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