Envs
Sync up values from your .env
and .env.default
files.
Installation
Install it using ...
$ gem install envs
Usage
Try running envs
in your project root. This will traverse your entire project and find any .env
files or .env.default
files and make sure they have the same values in them.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request