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

@skitt/colorlogs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skitt/colorlogs

A javascript module to interact with the console.log colors.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ColorLogs.js

ColorLogs.js is a javascript module, in this module you can interact with the (console.log function) to change te logs colors.

How to use ColorLogs.js? 🚀

It´s very easy to use: Node.js:


npm i ColorLogs
const log = require('@skitt/colorlogs')

log.green("Hola!")
log.cyan("Hola!")
log.red("Hola!")
log.magenta("Hola!")
log.black("Hola!")
log.blue("Hola!")
log.yellow("Hola!")
log.dim("Hola!")
log.underscore("Hola!")
log.bright("Hola!")
log.reverse("Hola!")
log.hidden("Hola!")


you can see the results here: https://prnt.sc/10ljmr8

This project is not under any license 🎁

  • If you like it, pls share it with your friends. 📢

⌨️ with ❤️ by Skitt 😊

FAQs

Package last updated on 14 Mar 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

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