TypeScript Library Starter for DAOT projects
Install dependencies:
pnpm installCommit 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:
pnpm testTo lint with Biome:
pnpm lintTo build with tsup:
pnpm buildTo publish to npm:
pnpm pubTo debug with ts-node:
ts-node-esm -r tsconfig-paths/register src/index.ts