Set Up Development
Streamline dependency installation to get from zero to console quicker and with better documentation.
Caveats
This is under initial development.
Setup
Install the Gem
gem "set-up-development"
Configure
Set Up Development anticipates a set-up-development file at the root of the project. Use this to define what
developers need to get their systems running.
The set-up-development File
TODO: explain the .set-up-development file
Running
Developers can now install any project dependency with:
set-up-dependencies
Extending
This gem is meant to be as extensible as possible. Feel free to make pull-request for additional features you want.
The API
TODO: explain the api for extension