Skip to content

Releases: gruntwork-io/boilerplate

v0.0.6

02 Sep 17:42
Compare
Choose a tag to compare
  • 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

26 Aug 22:13
Compare
Choose a tag to compare
  • 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

22 Aug 13:13
Compare
Choose a tag to compare
  • Update the README.md in the _docs folder rather than the auto-generated one in the root folder

v0.0.3

08 Aug 18:40
Compare
Choose a tag to compare
  • 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

01 Jul 22:33
Compare
Choose a tag to compare
  • A few fixes for the README

v0.0.1

01 Jul 22:16
Compare
Choose a tag to compare

First release!