Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 666 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 666 Bytes

Envi Build Status

Envi is a command line tool that easily manage starting and stopping processes in development and test environment.

Install

Install the gem:

$ gem install envi

Add it to your Gemfile (inside the development group):

gem 'envi'

Generate an empty .envirc with:

$ envi init

Usage

Just launch Envi inside your Ruby / Rails project with:

$ envi
$ bundle exec envi

Authors

Maciej Kowalewski

Tomasz Zurkowski