Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 636 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 636 Bytes

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