An open API service indexing awesome lists of open source software.

https://github.com/mdjastrzebski/ts-lib-template


https://github.com/mdjastrzebski/ts-lib-template

library template typescript

Last synced: 23 days ago
JSON representation

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/)