Go to file
John Olheiser d4c47101ab Allow sourcing prompt answers from env variables (#14)
Fixes #12

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/jolheiser/tmpl/pulls/14
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-committed-by: John Olheiser <john.olheiser@gmail.com>
2020-12-29 11:21:41 +08:00
cmd Add env and restore commands (#11) 2020-11-30 13:16:25 +08:00
registry Allow sourcing prompt answers from env variables (#14) 2020-12-29 11:21:41 +08:00
.drone.yml Fix CI (#8) 2020-11-24 07:28:10 +08:00
.gitignore Initial Commit 2020-11-16 23:41:34 -06:00
CLI.md Add env and restore commands (#11) 2020-11-30 13:16:25 +08:00
DOCS.md Allow sourcing prompt answers from env variables (#14) 2020-12-29 11:21:41 +08:00
Earthfile Add CI (#6) 2020-11-23 12:40:45 +08:00
LICENSE Re-format license using tmpl-license repo 2020-11-16 23:49:40 -06:00
Makefile Small tweaks (#10) 2020-11-29 07:07:18 +08:00
README.md Docs overhaul, path expansion, more tests, better prompts 2020-11-21 23:25:24 -06:00
docs.go Docs overhaul, path expansion, more tests, better prompts 2020-11-21 23:25:24 -06:00
go.mod Small tweaks (#10) 2020-11-29 07:07:18 +08:00
go.sum Small tweaks (#10) 2020-11-29 07:07:18 +08:00
main.go Add helpers, tests, and refactor download vs save 2020-11-18 11:22:48 -06:00

README.md

tmpl

Template automation for the less exciting parts of setting up new projects or re-typing the same thing over and over.

Heavily inspired by boilr.

The two projects share many similarities, however other than general layout/structure the implementation is entirely my own.

CLI Docs

Project Docs/FAQs

Examples

Check out the license and makefile branch of my template repository.

License

MIT