Sha256: 30b360d3f60ce8b832304afdfba29b688d44adbd8a9b681bd8b97f84fb70a731

Contents?: true

Size: 899 Bytes

Versions: 4

Compression:

Stored size: 899 Bytes

Contents

# DevenvBuild

Simple tool to generate development environments based on Vagrant and VirtualBox.

You can includes a mix and match of programming languages, databases, frameworks or tools. Just point it to a directory and say what you need and you'll get your devenv. No more copying Vagrantfile and provisioning scripts around.

## Installation

Run the following on your command line:

    $ gem install devenv_build

And then execute:

    $ devenv_build --help

## Usage

You just need to run the command with a target directory and a bunch of includes.

Examples:

    $ devenv_build --help

## Contributing

1. Fork it ( https://github.com/[my-github-username]/devenv_build/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
devenv_build-1.1.1 README.md
devenv_build-1.1.0 README.md
devenv_build-1.0.2 README.md
devenv_build-1.0.1 README.md