Auto prefixes debug module with package name
import debug from '@nod/debug-with-package-name'
debug()('description %O', {foo: 'bar'}) // your-package-name description: { foo: bar }
const optionaExtraParam = 'optional-param'
debug(optionaExtraParam)('description %O', {foo: 'bar'}) // your-package-name/optionalParam description: { foo: bar }
Starts auto build process
Run test
Run module
Run test without watch mode
Please see @nod/nod monorepo
Apache 2.0