Releases: gruntwork-io/boilerplate
Releases · gruntwork-io/boilerplate
v0.0.6
- Add support for specifying a list of dependencies in
boilerplate.yml
. Each dependency is another boilerplate
template, which allows you to chain templates together so that you can create more complicated templates out of simpler pieces.
v0.0.5
- Add support for a new option called
--missing-key-action
that defines what to do when a template looks up a variable that is not defined
v0.0.4
- Update the
README.md
in the _docs
folder rather than the auto-generated one in the root folder
v0.0.3
- Add a bunch of new template helpers to make it easier to manipulate strings and numbers:
downcase
, upcase
, capitalize
, replace
, replaceAll
, trim
, round
, ceil
, floor
, dasherize
, snakeCase
, camelCase
, camelCaseLower
.
v0.0.2
- A few fixes for the README