Skip to content
/ dotenv Public

Dotenv launcher without extra libraries in your program

Notifications You must be signed in to change notification settings

lucasew/dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotenv build status

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