pretty-console-colors
Version:
š Show your console messages much more visible and intuitive. The terminal much more friendly.
87 lines (62 loc) ⢠2.5 kB
Markdown
<p align="center">
<img src="./assets/banner.jpg" />
</p>
<h1 align="center">Pretty Console Colors</h1>
<p align="center">š Show your console messages much more visible and intuitive. The terminal much more friendly.</p>
<p align="center">
<a title="MIT License" href="LICENSE.md">
<img src="https://img.shields.io/github/license/gridsome/gridsome.svg?style=flat-square&label=License&colorB=6cc24a">
</a>
<a title="Twitter: JoseJ_PR" href="https://twitter.com/JoseJ_PR">
<img src="https://img.shields.io/twitter/url?color=1991DA&label=Twitter%20%40JoseJ_PR&logo=twitter&logoColor=FFFFFF&style=flat-square&url=https%3A%2F%2Ftwitter.com%2FJoseJ_PR">
</a>
<a title="Github: Sponsors" href="https://github.com/sponsors/JoseJPR">
<img src="https://img.shields.io/twitter/url?color=032f62&label=Github%20Sponsors%20%40JoseJPR&logo=github&logoColor=FFFFFF&style=flat-square&url=https%3A%2F%2Fgithub.com%2Fsponsors%2FJoseJPR">
</a>
<br />
<br />
</p>
<p align="center">
<img src="assets/screen.jpg" />
</p>
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.
Install this module into your project.
```bash
npm i pretty-console-colors
```
Include the library in your main file.
```js
// 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');
```
```any
/
āāā assets š
āāā doc
āāā example
āāā src š¦
āāā ...
```
For review and update all npm dependencies of this project you need install in global npm package "npm-check-updates" npm module.
```bash
$npm i -g npm-check-updates
$ncu
```
[](LICENSE.md)
Created with JavaScript, lot of ā¤ļø and a few āļø
[](https://guides.github.com/features/mastering-markdown/) \
[](https://www.webfx.com/tools/emoji-cheat-sheet/)