Create a new project

To create a new project, use the project.create command at the root of your codebase.

scratch/main> project.create myProject

This will create a new, empty project with the name, myProject with a main branch inside of it as a default. Your console will look something like this:

myProject/main>
🪅
Fun fact: the project.create command optionally accepts zero arguments, in which case the UCM will create a random project name for you!

See also: