

bun-ts-starter
This is an opinionated TypeScript Starter kit to help kick-start development of your next Bun package.
Get Started
It's rather simple to get your package development started:
bunx degit stacksjs/ts-starter my-pkg
cd my-pkg
bun i
bun run build
git add .
bun run commit
bun run release
Check out the package.json scripts for more commands.
Developer Experience (DX)
This Starter Kit comes pre-configured with the following:
Testing
bun test
Changelog
Please see our releases page for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
Discussions on GitHub
For casual chit-chat with others using this package:
Join the Stacks Discord Server
Postcardware
Stacks OSS will always stay open-sourced, and we will always love to receive postcards from wherever Stacks is used! And we also publish them on our website. Thank you, Spatie.
Our address: Stacks.js, 5710 Crescent Park #107, Playa Vista 90094, CA, USA 🌎
We would like to extend our thanks to the following sponsors for funding Stacks development. If you are interested in becoming a sponsor, please reach out to us.
📄 License
The MIT License (MIT). Please see LICENSE for more information.
Made with 💙