0.1.0 • Published 2 years ago
commitlint-plugin-scope-enhanced v0.1.0
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
0.1.0
2 years ago