Start a new project. Proxy of project start
projectName
: Name of the project, auto default.resource
: Resource to create the project with, default to theme basic_angular.-i,--install
: Install npm packages.-m,--no-setup
: Do not run setup command.sheetbase start
// start a new theme project, with basic-angularsheetbase start my_website
// start a new theme project in my_website foldersheetbase start xxx blank-angular
// start a new theme project, with blank-angular themesheetbase start xxx <org/name>
// start a new theme project, from github reposheetbase start xxx url.zip
// start a project from .zip urlsheetbase start xxx url.git
// start a project from .git urlsheetbase start -i
// also install dependenciessheetbase start --no-setup
// not run setup
command