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: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T06:51:14.000Z (over 9 years ago)
- Last Synced: 2025-02-16T04:21:38.757Z (3 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