workspace
workspace
: WorkspaceConfigtemplate
: TemplateTemplate reference for generating new project
name
: StringName of the generated directory
repo
: StringGit repo url to be used as template
branch
: StringBranch of the repo to be used as template
subfolder
: Option < String >Subfolder of the repo to be used as template, use root of the repo if not specified
target_dir
: PathBufTarget directory for generating code from template to take place
Default Config
[workspace.template]
name = 'workspace-template'
repo = 'https://github.com/osmosis-labs/beaker.git'
branch = 'main'
subfolder = 'templates/project'
target_dir = '.'