devutils

These are small tools to make development easier in that they provide metagems which pulls other common gems for development purposes.

usage

To use devutils, first install the gem with

$ gem install devutils

Now that it is available, you can use it to create new projects

$ devutils init foo

This will create a directory structure in foo with a Gemfile already placed. That Gemfile will hold 4 gems, which will pull in other dependencies most need for development. If you don’t want a dependency or want to use another one, you are free to, as devutils will never again touch any files.

You can modify the behaviour with the following flags

dependencies

The dependencies of the gems are as follows

devutils

devutils-docs

devutils-metrics

devutils-guard