init
Initialize an Altostra project in the current directory.
alto init [project-name]
Arguments
project-name
The name of the project to initialize (defaults to the currect directory name)
Options
--project-path
Specify the project directory.
If not specified, project directory is assumed to be the current directory.
Aliases: --pp
Required: no
--template
Initialize the project from a template.
Specify a template name or leave empty to select a template from a list.
Aliases: -t
Required: no
--force
Forces initialization even if an Altostra project is already initialized.