TypeScript library starter with bundling, testing, linting, and semantic releases.
A TypeScript library starter that provides bundling, testing, linting, and automated releases. It uses tsup for CJS/ESM builds, tsx for execution, Vitest for tests, ESLint and Prettier for code quality, and semantic-release for automated versioning and changelogs. Suited for small-to-medium JavaScript/TypeScript libraries and packages intended for npm distribution.
0