Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```