@emohk/bun-generator
v1.0.6
Published
A generator for creating Bun projects
Readme
@emohk/bun-generator
A generator for creating Bun projects.
It does the following things:
- Create a project by
bun init. - Install
prettier. - Add a
prettierconfiguration file. - Add a build script.
Installation
bun install -g @emohk/bun-generatorUsage
create-bun-app <project-name><project-name> is optional. You can enter it later.
Development
To install dependencies:
bun installTo run:
bun run index.tsWritten by Ronald Mak on 4th March 2026.
