https://github.com/figureland/base-bun
A starter Typescript package in Bun configured with sensible defaults
https://github.com/figureland/base-bun
bun starter template typescript
Last synced: 24 days ago
JSON representation
A starter Typescript package in Bun configured with sensible defaults
- Host: GitHub
- URL: https://github.com/figureland/base-bun
- Owner: figureland
- License: mit
- Created: 2024-04-12T09:15:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T01:42:47.000Z (about 1 year ago)
- Last Synced: 2025-06-02T08:19:31.254Z (about 1 year ago)
- Topics: bun, starter, template, typescript
- Language: TypeScript
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/figureland/base/actions/workflows/ci.yml)
[](https://img.shields.io/npm/v/@figureland/base?color=40bd5c)
This is a starter template for Typescript projects using Bun. It also contains some basic best practises for linting, formatting, commit formatting and releasing.
Included is a Github Action which, using [changelogen](https://github.com/unjs/changelogen), will create a new release and publish it to Github Package Registry and NPM.
## Scripts
### Install
```bash
bun install
```
### Test
```bash
bun test
```
### Build
```bash
bun run build
```