New
maze new
maze newmaze new OPTIONS NAME
Arguments:
NAME name/path of project
Options:
-d Select the database database engine, can be one of: pg | mysql | sqlite (default: pg)
--deps Installs project dependencies, this is the equivalent of running (shards update)
-t Selects the template engine language, can be one of: slang | ecr (default: slang)
-r Use a named recipe. See documentation at https://mazeframework.org.Example Usage
maze new microsecond-blog -s sqlite --deps
cd microsecond-blog
maze watch
open http://localhost:3000Last updated