0.1.22 • Published 1 year ago

@zguillez/z-log v0.1.22

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

z-log

Zguillez | Guillermo de la Iglesia

Helper for console.log()

Getting Started

Install

npm i z-log --save-dev
yarn add z-log --dev

Usage

const zlog = require('z-log');

Print console.logs

zlog.log('test log');
zlog.success('success log');
zlog.warning('warning log');
zlog.info('info log');
zlog.error('error log');

Contributing and issues

Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue or send me an email.

License

©2023 Zguillez.IO

Original code licensed under MIT Open Source projects used within this project retain their original licenses.

Changelog

v0.1.21 (February 12, 2023)

  • Update dependencies

v0.1.0 (August 20, 2021)

  • Initial commit
0.1.20

2 years ago

0.1.22

1 year ago

0.1.18

3 years ago

0.1.15

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago