No description
  • TypeScript 100%
Find a file
2026-04-08 16:26:06 +02:00
.github/workflows fix: publish action 2026-04-08 16:26:06 +02:00
src feat: add formatter 2026-04-08 16:07:49 +02:00
tests fix: parser 2026-04-08 16:00:51 +02:00
.gitignore initial commit 2026-04-08 15:08:59 +02:00
.prettierrc initial commit 2026-04-08 15:08:59 +02:00
bun.lock initial commit 2026-04-08 15:08:59 +02:00
CHANGELOG.md docs: update changelog 2026-04-08 16:08:00 +02:00
package.json fix: publish action 2026-04-08 16:26:06 +02:00
README.md initial commit 2026-04-08 15:08:59 +02:00
tsconfig.json initial commit 2026-04-08 15:08:59 +02:00
tsdown.config.ts initial commit 2026-04-08 15:08:59 +02:00

tsdown-starter

A starter for creating a TypeScript package.

Development

  • Install dependencies:
npm install
  • Run the unit tests:
npm run test
  • Build the library:
npm run build