Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow variables to use Go templating syntax #34

Merged
merged 1 commit into from Jul 13, 2017

Conversation

brikis98
Copy link
Member

@brikis98 brikis98 commented Jul 13, 2017

This PR updates boilerplate with experimental support for allowing variables to use Go templating syntax. This allows, for example, for one variable in Boilerplate to reference another:

variables:
  - name: Foo
    default: foo

  - name: Bar
    default "{{ .Foo }}-bar"  

@brikis98
Copy link
Member Author

Merging now so I can test this out with the reference architecture. Feedback welcome!

@brikis98 brikis98 merged commit 5609d8c into master Jul 13, 2017
@brikis98 brikis98 deleted the variable-interpolations branch July 13, 2017 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant