0.0.2 • Published 4 years ago

yojik v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

yojik

Simple logging tool. By default, all messages are not shown in the production build (this is determined by the environment of Node).

How?

npm i yojik

...and?

import log from 'yojik';

log('test'); // -> console.log('test')

log('test', 'info'); // -> console.info('test')

log('test', 'info', true); // -> console.info('test'), but this message will be shown in the production build.
0.0.2

4 years ago

0.0.1

4 years ago