0.1.0 • Published 1 year ago

commitlint-plugin-scope-enhanced v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ts-lib-starter

TypeScript Library Starter for DAOT projects

Usage

Modify package.json.

Commit changes with Commitizen:

npx cz

Or still use git commit and follow the Conventional Commits spec, your commits will be linted before accepted.

To run Jest test:

npm run test

To lint with ESLint:

npm run lint

To build with tsup:

npm run build

To publish to npm:

npm run pub

To debug with ts-node:

ts-node -r tsconfig-paths/register src/index.ts