K.I.S.S - Simple Console Colors is a stupid simple coloring package for you terminal in node. Gives color to
console.info,console.warn, andconsole.error; without having to use new methods or a different logger other thanconsole. Just require the package and use console as normal. Thats it.
This is a Node.js module available through the npm registry.
Installation is done using the npm install command:
$ npm i simple-console-colors Require the npm module and call it as a function. It takes an optional string parameter where you may chose different styles.
require('simple-console-colors')(style);The supported styles are:
If no style is passed, default is used.
$ npm run testJonathan Morales - moralesjonathan@email.com
- Github: @MoralesJonathan
Contributions, issues and feature requests are welcome!
Feel free to check Issues page and the Contributing Guide.
Give a ⭐️ if this project helped you!
Copyright © 2019 Jonathan Morales moralesjonathan@email.com.
This project is MIT licensed.




