https://github.com/mdjastrzebski/ts-lib-template
https://github.com/mdjastrzebski/ts-lib-template
library template typescript
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdjastrzebski/ts-lib-template
- Owner: mdjastrzebski
- License: mit
- Created: 2025-03-03T16:49:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-18T09:20:52.000Z (10 months ago)
- Last Synced: 2025-10-30T07:49:23.892Z (8 months ago)
- Topics: library, template, typescript
- Language: JavaScript
- Homepage:
- Size: 163 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TS Lib Template ๐
A modern, fully-equipped TypeScript library starter that just works! โจ
## What's This?
An opinionated TypeScript library template by MDJ ([@mdj_dev](https://x.com/mdj_dev/)) - because life's too short for boring boilerplate.
## Features
Only the finest tools in the TypeScript ecosystem:
- ๐ฆ TypeScript 5 & Node.js 20+
- ๐ ๏ธ tsup: ESM & CommonJS bundling
- ๐งช Bun for testing, ESLint 9 for linting
- ๐ Release-it for versioning, conventional commits
- โก GitHub Actions
## Quick Start
1. Clone this repo
2. `bun install` (or npm/yarn/pnpm)
3. Start building!
## Contributing
PRs welcome! Keep it awesome.
## License
MIT ๐
---
Made with ๐ป and โ๏ธ by [MDJ](https://x.com/mdj_dev/)