@zguillez/z-log
v0.1.22
Published
Helper for console.logs
Downloads
9
Readme
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