beautyful console output helper with chalk extension
import Logger from '@stackr23/logger';
Logger.success('logger running!');
Logger.error('unexpected bahavior');
Logger.debug('casual debug info');
Logger.log('{reset.magenta custom {bgBlackBright.yellow output style}}');
for custom strings you can use chalks tagged template literal syntax
not implemented yet
npx @stackr23/logger "{yellow.bold my outout string}"
- init options
- log levels
- input validation
- CLI usage for BASH
- ...