Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

build-scripts

Install dependencies

bun install

Run a script directly

bunx script.ts

Run tests

bun test

Format source code

bun fmt

Lint code

bun lint

This project was created using bun init in bun v1.1.8. Bun is a fast all-in-one JavaScript runtime.