Skip to content

daotl/ts-lib-starter

Repository files navigation

ts-lib-starter

TypeScript Library Starter for DAOT projects

Usage

Install dependencies:

pnpm install

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:

pnpm test

To lint with Biome:

pnpm lint

To build with tsup:

pnpm build

To publish to npm:

pnpm pub

To debug with ts-node:

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

Releases

No releases published

Packages

No packages published