Create Project
Use the
copper create
command to create a new project -$ copper create github.com/nasa/starship
$ cd starship
$ copper run -watch
You can configure the project template using
-frontend
and -storage
arguments.The Copper CLI provides templates for the following frontend frameworks & libraries -
Configure your storage stack using the
-storage
argument. By default, it's set to sqlite3
. You have options to set it to postgres
, mysql
, or skip storage entirely with none
.
Last modified 10mo ago