vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
Vagrant::Action.action_box_add
This is the action that will add a box from a URL. This middleware sequence is built-in to Vagrant. Plugins can hook into this like any other middleware sequence. This is particularly useful for provider plugins, which can hook in to do things like verification of boxes that are downloaded.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open lib/vagrant/action.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Vagrant--Action-action_box_add-for-pr
# Commit to gitgit add lib/vagrant/action.rbgit commit -m "better docs for Vagrant::Action.action_box_add"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Vagrant--Action-action_box_add-for-pr
hub pull-request
# Celebrate!