Skip to content

figureland/base

Repository files navigation

CI NPM

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, will create a new release and publish it to Github Package Registry and NPM.

Scripts

Install

bun install

Test

bun test

Build

bun run build