simple-console-colors

1.1.1 • Public • Published

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.

/simple-console-colors/

    Package Sidebar

    Install

    npm i simple-console-colors

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    11 kB

    Total Files

    6

    Last publish

    Collaborators

    • jonmorazav