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

Here's an excerpt from my `vars.tf`: ``` hcl variable "kms_key_administrator_iam_arns" { description = "A list of the IAM ARNs (Users or Roles) that should have Administrator access to the KMS...

enhancement
p:queued

Boilerplate currently supports the `--missing-key-action` property when using `boilerplate` on the command line. The problem is that I want certain values to render blank, while other values that are accidentally...

enhancement
p:queued

There is some awkwardness in `boilerplate`, and Go in general, with how to identify when you want to set a variable to "no value". In other languages, this would be...

enhancement

To make `boilerplate` even more flexible and powerful, it would be great to support "callbacks" where you can provide arbitrary code to execute at specific times. For example, there could...

enhancement

The current logger in `boilerplate` only supports `Printf` with no logging levels. We should replace it with a logger that supports logging levels so that user can control the verbosity...

The pipe char (`|`) is illegal in a file name/folder path in Windows (see [docs on file naming](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file)). Some of our examples are using `|` in the file name as...

windows

Given this `boilerplate.yml`: ``` # Note that this YML is missing a "variables" declaration at the top! - name: IncludeAutoScalingExample description: Should we include an example of how to auto...

## Description Fixes #82. Currently all logging is done via `utils.Logger` which just outputs logging to `stdout`. It would be nice to have more control over logging by silencing logging...

## Description Fixes #167. Adds the top level `skip_templating` config to `boilerplate.yaml`. In terms of config, it works the same as `skip_files`. `skip_templating` will copy any file matched in the...

**Describe the solution you'd like** I am planning to use a tool for scaffolding Git repositories and establishing community/coding standards in the organizations I work with. `boilerplate` seems to be...

enhancement
boilerplate