Example File Builder #267
Closed
miniscruff
started this conversation in
Show and tell
Replies: 1 comment
-
Awesome! Thanks for sharing 🤘 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey again Carlos, I wanted to share a little project I built that generates an example file from a configuration struct that env would parse into. The idea being you would commit the example file, create an
.env
file locally via something likecp .env.example .env
and have a starting point of values to work from. Sort of like how other major projects give you a default config with comments and things, for example nginx.Project: https://github.com/miniscruff/envexample
Oh, it is also using goreleaser of course 😏
Beta Was this translation helpful? Give feedback.
All reactions