UNPKG

@kevinmarrec/create-cloudstack-app

Version:

CLI that scaffolds an opinionated Bun & Vue fullstack application.

24 lines (13 loc) 530 B
# @kevinmarrec/create-cloudstack-app ## Description CLI that scaffolds an opinionated [Bun](https://bun.sh) & [Vue](https://vuejs.org) fullstack application. ## Opinions - [Bun](https://bun.sh) as package manager & runtime - [Vue](https://vuejs.org) as frontend framework - Uses all other [Cloudstack](https://github.com/kevinmarrec/cloudstack) packages - Check their respective documentation for more details ## Usage > Requires [Bun](https://bun.sh) v1.2 _or later_. ```sh bun create @kevinmarrec/cloudstack-app ```