Skip to content

morrijm4/bun-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-playground

Run, build, and manage scripts with Bun.

Commands

dev

Run index.ts file.

bun dev

make

Build and minify index.ts file.

bun make

start

Run the built dist/index.js file.

bun start

store

Save the index.ts file in the store/ directory. It will append the date (yyyy-mm-dd) and optionally you can provide a title to name the file.

bun store [title]

reset

Replace index.ts with the default kit.

bun reset

About

Run, build, and manage scripts with Bun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published