Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordic/tenv
Small cmd that prepopulates a tpl file with env variables and outputs it to sdtoud
https://github.com/jordic/tenv
Last synced: 2 days ago
JSON representation
Small cmd that prepopulates a tpl file with env variables and outputs it to sdtoud
- Host: GitHub
- URL: https://github.com/jordic/tenv
- Owner: jordic
- License: mit
- Created: 2015-09-30T11:55:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T06:51:14.000Z (about 9 years ago)
- Last Synced: 2024-11-06T02:56:55.317Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 948 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tenv
Small cmd that prepopulates a tpl file with env variables and outputs it to sdtoudIt has some shortcut helpers, like, split, to iterate over a list of strings..
See template.tpl example...Test it
=====
go run main.go template.tplbuild:
go build github.com/jordic/tenv