console-ink
A simple and lightweight advanced console styling.
What is this?
This package is containing a simple utility to make your console more catchy. This can be used as a alternative of console.log();
or can be sayed as the remastered one.
Features
- Time at the beginning of the log
- Colored console
- Support bold
- Simple and beginners friendly.
To providing a lightweight and simple environment, we only add those features. New feature will be added later only if its useful or important.
Usage
First you need to install it.
npm i console-ink
Afterwards, define the libraries to your code
const log = require('console-ink');
Use the log with
log.info('Hello! This is a info.');