create-marz
v0.3.1
Published
Set up a new [Marz](https://github.com/hex2f/marz) app in seconds.
Downloads
7
Readme
create-marz
Set up a new Marz app in seconds.
With Bun
bun create marz
Arguments
Options
--help, -h Show this help message
--version, -v Show the version number
--template, -t Template to use
--name, -n Name of the app
--overwrite Overwrite existing directory
--install, -i Install dependencies
Examples
$ create-marz my-app
$ create-marz my-app --template template-barebones
$ create-marz my-app --template template-barebones --install --overwrite