A Yeoman Generator for creating a Bun application with Flowcore's IDD approach
npm install @flowcore/generator-bun-appA Yeoman Generator for creating a Bun application with Flowcore's IDD approach
bash
If you don't have yeoman installed
npm install -g yoInstall the generator
npm install -g @flowcore/generator-bun-app
`$3
`bash
Will create a new app in ./test-app directory
yo @flowcore/bun-app test-appConsult the README.md in the ./test-app directory for more information
``