Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/figureland/base
A starter Typescript package in Bun configured with sensible defaults
https://github.com/figureland/base
bun starter template typescript
Last synced: 3 months ago
JSON representation
A starter Typescript package in Bun configured with sensible defaults
- Host: GitHub
- URL: https://github.com/figureland/base
- Owner: figureland
- License: mit
- Created: 2024-04-12T09:15:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:32:06.000Z (5 months ago)
- Last Synced: 2024-10-01T03:42:29.639Z (3 months ago)
- Topics: bun, starter, template, typescript
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/figureland/base/actions/workflows/ci.yml/badge.svg)](https://github.com/figureland/base/actions/workflows/ci.yml)
[![NPM](https://img.shields.io/npm/v/@figureland/base?color=40bd5c)](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
```