Skip to content

sumitpati7/varslist

Repository files navigation

Varslist

Varslist is a ruby gem that helps to identify the env variables that are being used in your project.

In your rails project by default the the environment variables that are missing are shown when starting the server

Installation

Add this line to your application's Gemfile:

  gem 'varslist'

And then execute:

  bundle install

Or install it yourself as:

  gem install varslist

Usage

To generate the configuration initializer file, run:

  rails generate varslist:install

This will create a config/initializers/varslist.rb file where you can customize the gem settings.

About

Varslist is a ruby gem that helps to identify the env variables that are being used in your project.

Resources

Stars

Watchers

Forks

Contributors