boilr icon indicating copy to clipboard operation
boilr copied to clipboard

:zap: boilerplate template manager that generates files or directories from template repositories

Results 45 boilr issues
Sort by recently updated
recently updated
newest added

I was looking for a boilerplate management tool and found this project and was amused by it, but this project do not have any new commit for long time. I...

This resolves #79 more thoroughly than #80 in that it also handles nested objects. I.E. Where the value of the map is itself a map.

This PR will add support for go mod and also adds string.ReplaceAll function to the list of functions

I suggest to create home brew boilr package.

How can I template a symlink? ``` lrwxr-xr-x 1 yujunz staff 62 Jan 21 15:49 helm_vars -> ../../helm_vars/{{env}}/ ``` Is it supported by boilr ?

…some intermittent issues on mac where the temporary folder had some missing folders within the path, hence the library is not able to create the folder. Using the MkdirAll solved...

Running `boilr template use my_template . -f` inserts the wrong values. `project.json` ```json { "Name": "Sarah", "Year": 2020 } ``` `template/LICENSE.md` ``` Copyright {{Year}} {{Name}} ``` `boilr template use license...

This fixes #11 These changes provide support for private repos via https basic auth and/or ssh public keys. This also removes the reliance on github and allows using other repos...

I should be able to use a single repo for multiple templates. template folder will be in specific folder inside repository. Also I want to use templates from another branch...