It allows to preliminary store options frequently used by 'castarter', thus removing the requirement to specify them each time a function is called.

SetCastarter(...)

Arguments

project

Name of 'castarter' project. Must correspond to the name of a folder in the current working directory.

website

Name of a website included in a 'castarter' project. Must correspond to the name of a sub-folder of the project folder.

baseFolder

Name of the base folder under which all projects will be stored. This defaults to `castarter` and can be set only trhough `SetCastarter()`. It is usually advisable to leave the defaults and set only project and website names.

Value

Nothing. Used for its side effects (stores settings).

Examples

SetCastarter(project = "project", website = "website")