@figureland/base
v0.0.5
Published
Base template for Figure Typescript projects
Downloads
1
Readme
This template contains 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