UNPKG

@flowcore/generator-bun-app

Version:

A Yeoman Generator for creating a Bun application with Flowcore's IDD approach

21 lines (15 loc) 447 B
# @flowcore/generator-bun-app A Yeoman Generator for creating a Bun application with Flowcore's IDD approach ### Install ```bash # If you don't have yeoman installed npm install -g yo # Install the generator npm install -g @flowcore/generator-bun-app ``` ### Using the generator ```bash # 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 ```