boilerplate icon indicating copy to clipboard operation
boilerplate copied to clipboard

A tool for generating files and folders ("boilerplate") from a set of templates

Results 42 boilerplate issues
Sort by recently updated
recently updated
newest added

## 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...

bug

## 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...

enhancement

**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...

bug

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?...

boilerplate

**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...

enhancement

**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...

bug
boilerplate

**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...

bug

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...

enhancement