commitlint-plugin-scope-enhanced
v0.1.0
Published
Enhanced `scope-enum` rule that supports npm scopes and `/` in the scope names
Downloads
8
Readme
ts-lib-starter
TypeScript Library Starter for DAOT projects
Usage
Modify package.json.
Commit changes with Commitizen:
npx czOr still use git commit and follow the Conventional Commits spec, your commits will be linted before accepted.
To run Jest test:
npm run testTo lint with ESLint:
npm run lintTo build with tsup:
npm run buildTo publish to npm:
npm run pubTo debug with ts-node:
ts-node -r tsconfig-paths/register src/index.ts