Important
Warning: work in progress. until complete, please use github.com/dotenvx/dotenvx directly.
see ruby examples
a better dotenv–from the creator of dotenv.
- run anywhere (cross-platform)
- multi-environment
- encrypted envs
Install and use it in code just like dotenv.
gem install dotenvx# index.rb
require "dotenvx/load"
puts "Hello #{ENV["HELLO"]}"