Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 202 Bytes

bun.js

PROJECT_NAME=$PROJECT_NAME
bun create blank $PROJECT_NAME
cd $PROJECT_NAME
# if monorepo, `rm -rf .git`
gibo dump Node > .gitignore

bun src/index.js    # .ts is also executable!