Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/vagrant_plugin_playground

O'Reilly Vagrant Up and Running book plugin sample
https://github.com/kazu69/vagrant_plugin_playground

Last synced: 19 days ago
JSON representation

O'Reilly Vagrant Up and Running book plugin sample

Awesome Lists containing this project

README

        

# ExampleVagrantPlugin

My first vagrant plugin

## Installation

Add this line to your application's Gemfile:

gem 'example_vagrant_plugin'

And then execute:

$ bundle

Or install it yourself as:

$ gem install example_vagrant_plugin

## Usage

```
git clone [email protected]:kazu69/vagrant_plugin_playground.git
cd vagrant_plugin_playground
bundle install
bundle exec rake build
vagrant plugin install ./pkg/example_vagrant_plugin-0.0.1.gem
```

## Contributing

1. Fork it ( http://github.com/kazu69/vagrant_plugin_playground/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 new Pull Request