pretty-console-colors
v2.0.0
Published
🌈 Show your console messages much more visible and intuitive. The terminal much more friendly.
Downloads
106
Readme
🔖 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 ☕️