https://github.com/marcdonald/ts-package-template
A basic starter template for a TypeScript package that builds both CommonJS and ES Module outputs, along with type definitions
https://github.com/marcdonald/ts-package-template
library package package-tem template typescript typescript-boilerplate typescript-library
Last synced: 3 months ago
JSON representation
A basic starter template for a TypeScript package that builds both CommonJS and ES Module outputs, along with type definitions
- Host: GitHub
- URL: https://github.com/marcdonald/ts-package-template
- Owner: MarcDonald
- License: mit
- Created: 2023-05-20T18:59:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T19:50:16.000Z (about 3 years ago)
- Last Synced: 2025-12-01T20:10:03.121Z (7 months ago)
- Topics: library, package, package-tem, template, typescript, typescript-boilerplate, typescript-library
- Language: JavaScript
- Homepage: https://marcdonald.com
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-package-template
A basic starter template for a TypeScript package that builds both CommonJS and ES Module outputs, along with type
definitions.
## Stack
* [tsup](https://github.com/egoist/tsup) for bundling
* [eslint](https://eslint.org/) for linting
* [prettier](https://prettier.io/) for formatting
* [turborepo](https://turbo.build/repo) for package management
* [changesets](https://github.com/changesets/changesets) for versioning
* [vitest](https://vitest.dev) for unit tests