personal template for bun projects
src | ||
.gitignore | ||
biome.json | ||
build.js | ||
bun.lockb | ||
license | ||
license.banner | ||
package.json | ||
readme.md | ||
tsconfig.json | ||
tsconfig.sourcemaps.json |
bun-template
things to change
- package.json
- description
- keywords
-
<git repo>
- license.banner
workflows
- publish
compile
orcompile:library
, thendistribute
- client bundles
compile
to build for clients, andcompile:library
to not (don't bundle dependencies)