log-ayadi
v1.0.1
Published
A library to console log with colors
Downloads
1
Maintainers
Readme
Logli is custom log
Detail
This is a package library for TypeScript used for logs you projects code but with coloring way, you can used in may frameworks like:
- React JS / Native
- Angular
- Vue JS
- Node JS
- Express JS
- ...
Install
# npm i ayadi-log
Usage
import { Logli } from 'ayadi-log';
....
Logli.success('That's done!');
Logli.danger('This proc is maybe be danger!');
Logli.info('Done in file!');
Logli.hacker('You have been hacked!');
Logli.ubuntu('Hello From ubuntu!');