Warning: work in progress. until complete, please use github.com/dotenvx/dotenvx

dotenvx

a better dotenv–from the creator of dotenv.

  • run anywhere (cross-platform)
  • multi-environment
  • encrypted envs

 

Quickstart Gem Version

Install and use it in code just like ruby dotenv.

gem install dotenvx
# index.rb
require "dotenvx/load"

puts "Hello #{ENV["HELLO"]}"