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>
See also: