gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
157 stars 12 forks source link

Implement version enforcement feature #96

Closed yorinasub17 closed 2 years ago

yorinasub17 commented 2 years ago

Describe the solution you'd like Add the ability to specify a version string to enforce that a particular user invoking a boilerplate template has the specified required version installed.

Something like:

boilerplate.yml

required_version: "~> 4.2"

Describe alternatives you've considered Right now, you have to manually enforce boilerplate versions.

yorinasub17 commented 2 years ago

Implemented in https://github.com/gruntwork-io/boilerplate/releases/tag/v0.4.3