Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 731 Bytes

File metadata and controls

36 lines (24 loc) · 731 Bytes

Important

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

see ruby examples


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 dotenv.

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

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