npm.io
2.0.0 β€’ Published 5 years ago

pretty-console-colors

Licence
MIT
Version
2.0.0
Deps
0
Size
90 kB
Vulns
0
Weekly
0
Stars
3

Pretty Console Colors

Show your console messages much more visible and intuitive. The terminal much more friendly.



Description

This module improve the User Experience when he has to detect information within the log of his terminal. You can display information in a friendly and easy to read.

How to work with this project

Install this module into your project.

npm i pretty-console-colors

Run

Include the library in your main file.

// Get color Console Libary
import 'pretty-console-colors';

// Show pretty console logs
console.log('πŸ‘‹ Log: Hi from NodeJS');
console.info('πŸ‘‹ Info: Hi from NodeJS');
console.warn('πŸ‘‹ Warn: Hi from NodeJS');
console.error('πŸ‘‹ Error: Hi from NodeJS');

Code Scaffolding

/
β”œβ”€β”€ assets 🌈                   # Images Sources.
β”œβ”€β”€ doc                         # QAC Documentation.
β”œβ”€β”€ example                     # Local example.
β”œβ”€β”€ src πŸ“¦                      # Main file library.
└── ...

️ Review and Update Sependencies

For review and update all npm dependencies of this project you need install in global npm package "npm-check-updates" npm module.

# Install and Run
$npm i -g npm-check-updates
$ncu

License

MIT

Happy Code

Created with JavaScript, lot of and a few

This README.md file has been written keeping in mind

GitHub Markdown
Emoji Cheat Sheet

Keywords