- NEW FEATURE: Boilerplate now supports the following new helpers:
boilerplateConfigDeps DEPENDENCY_NAME PROPERTY
: Return the value of the given property for the given DependencyboilerplateConfigVars VAR_NAME PROPERTY
: Return the value of the given property for the given Variable
- NEW FEATURE: Boilerplate now exposes the following global template variables. See the docs for more information on how to use them:
BoilerplateConfigVars
: A map of all variables defined in the rootboilerplate.yml
.BoilerplateConfigDeps
: A map of all dependencies defined in the rootboilerplate.yml
.This
: A map of the currentboilerplate.yml
being processed.This.Config
: A map of the Boilerplate configuration in use.This.Options
: A map of the Boilerplate options in use.This.CurrentDep
: A map of the Boilerplate Dependency currently being processed.