No description
- TypeScript 100%
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| .prettierrc | ||
| bun.lock | ||
| CHANGELOG.md | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
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