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
Happy Code
Created with JavaScript, lot of and a few