@flowcore/generator-bun-app
v1.9.0
Published
A Yeoman Generator for creating a Bun application with Flowcore's IDD approach
Downloads
500
Readme
@flowcore/generator-bun-app
A Yeoman Generator for creating a Bun application with Flowcore's IDD approach
Install
# If you don't have yeoman installed
npm install -g yo
# Install the generator
npm install -g @flowcore/generator-bun-app
Using the generator
# Will create a new app in ./test-app directory
yo @flowcore/bun-app test-app
# Consult the README.md in the ./test-app directory for more information