2.0.0 • Published 4 years ago

pretty-console-colors v2.0.0

Weekly downloads
60
License
MIT
Repository
github
Last release
4 years ago

🔖 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

2.0.0

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago