UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.

9 lines (6 loc) 218 B
import debug from 'debug'; const _debug = debug('@halospv3/hce.shared-config'); if (process.argv.some(v => v.includes('--debug')) || debug.enabled('*')) { debug.enable(_debug.namespace); } export default _debug;