Yet Another Logger Package
npm install lok
const log = require('lok');if (program.verbose) log.setLevel("trace");log.info("Hello World!");