Simple debug log for JavaScript
npm install bare-debug-logSimple debug log for JavaScript.
```
npm i bare-debug-log
`js
const log = require('bare-debug-log')('foo')
log('hello from foo [%d]', 123)
`
`sh``
$ BARE_DEBUG=foo bare index.js
FOO 3245: hello from foo [123]
Apache-2.0