https://github.com/lucasew/dotenv
Dotenv launcher without extra libraries in your program
https://github.com/lucasew/dotenv
dotenv dotenv-loader go golang hacktoberfest
Last synced: 5 months ago
JSON representation
Dotenv launcher without extra libraries in your program
- Host: GitHub
- URL: https://github.com/lucasew/dotenv
- Owner: lucasew
- Created: 2020-11-04T14:36:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-28T19:48:36.000Z (6 months ago)
- Last Synced: 2025-12-31T11:16:17.520Z (6 months ago)
- Topics: dotenv, dotenv-loader, go, golang, hacktoberfest
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotenv 
Dotenv launcher without extra libraries in your program
You don't need to always setup dotenv for your language. Load your settings from specified dotfile format files and the classic .env.
**Example**:
`dotenv @file.txt --CC=gcc --SOME_NAME=test -- env`