1.0.0 • Published 3 years ago

@skitt/colorlogs v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 😊