0.0
The project is in a healthy, maintained state
[dotenvx.com] a better dotenv–from the creator of `dotenv`
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

= 0.0.2
 Project Readme

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

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

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