Skip to content

MoralesJonathan/simple-console-colors

Repository files navigation

Simple-console-colors 💻🌈🖥️

Version Documentation Maintenance License: MIT

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, and console.error; without having to use new methods or a different logger other than console. Just require the package and use console as normal. Thats it.

🖼️ Screenshots

Screenshot

Screenshot

🛠️ Install

This is a Node.js module available through the npm registry.
Installation is done using the npm install command:

$ npm i simple-console-colors 

📑 Usage

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:

  • boxy
    Screenshot
  • minimal
    Screenshot
  • basic
    Screenshot
  • default
    Screenshot

If no style is passed, default is used.

🔬 Run tests

$ npm run test

👨🏻‍💻 Author

Jonathan Morales - moralesjonathan@email.com

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check Issues page and the Contributing Guide.

❤️ Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Jonathan Morales moralesjonathan@email.com.
This project is MIT licensed.

About

Stupid simple coloring for node console

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published