Enhanced `scope-enum` rule that supports npm scopes and `/` in the scope names
npm install commitlint-plugin-scope-enhancedTypeScript Library Starter for DAOT projects
Modify [package.json]().
Commit changes with Commitizen:
``shell`
npx cz
Or still use git commit and follow the Conventional Commits spec, your commits will be linted before accepted.
To run Jest test:`shell`
npm run test
To lint with ESLint:`shell`
npm run lint
To build with tsup:`shell`
npm run build
To publish to npm:
`shell`
npm run pub
To debug with ts-node:`shell``
ts-node -r tsconfig-paths/register src/index.ts