1.0.1 • Published 1 year ago

log-ayadi v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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!');