An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# dotenv ![build status](https://img.shields.io/github/workflow/status/lucasew/dotenv/Autorelease?label=Build&logo=github&style=social)
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`