Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

colorful-console-log

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorful-console-log

Print console messages colorful in both terminal and browser.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

colorful-console-log

Travis npm package Coveralls

Print console messages colorful in both terminal and browser. currently supports rainbow colors(VIBGYOR)

Installation

To install the stable version you can use npm or yarn:

Using npm:

$ npm i colorful-console-log --save

Using yarn:

$ yard add colorful-console-log

Usage

Include into your javascript file:

import $console from 'colorful-console-log';

$console.violet("message in violet color");
$console.indigo("message in indigo color");
$console.blue("message in blue color");
$console.green("message in green color");
$console.yellow("message in yellow color");
$console.orange("message in orange color");
$console.red("message in red color");

FAQs

Package last updated on 25 Apr 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc