boilerplate
boilerplate copied to clipboard
A tool for generating files and folders ("boilerplate") from a set of templates
## Description Adds a `--disable-dependency-prompt` CLI flag, which disables the confirmation prompt for dependency includes. This is useful when you want to keep interactive mode enabled for user variable input,...
**Describe the bug** When parsing inputs on the cli given by `--var`, boilerplate will use default YAML parsing rules to guess the type rather than using the type provided in...
## Description No open issue for this and the fix was obvious enough. I have a feeling I'm the only one that's used this alias so far. In the documentation...
I'd like to be able to specify a file extension for my templates that will be removed from the rendered files in the output directory. For example, `main.tf.tmpl` would be...
**Describe the bug** I'm trying to create a template with the possibility to toggle some folders, where each folder have a map which contains all required informations. the `boilerplate.yml` file...
Assuming that you run boilerplate at the root of a repo and want to start building a relative path to the root. How would you go about obtaining those paths?...
**Describe the solution you'd like** A clear and concise description of what you want to happen. I'd like a way to save answers to the questions and a method to...
**Describe the bug** The behavior of empty variables changes depending on whether a `--var` is passed into the invocation of `boilerplate` or not. If the `boilerplate.yml` has a variable with...
**Describe the bug** I have a strange problem when running boilerplate. Below is a screen recording of the issue in a minimum template (example from the github repo). When I...
First, thanks for open-sourcing this super cool project ! **Describe the solution you'd like** We need a method to disable the templating for certain files/folders, especially when dealing with components...