Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 405 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 405 Bytes

Yeoman Vagrant Generator

Simple yeoman generator that creates a Vagrantfile and a shell provision script.

Usage

  1. Clone the repo:

    % git clone https://github.com/cullylarson/generator-vagrant.git
    
  2. Link it in NPM:

    % cd generator-vagrant
    % sudo npm link
    
  3. Run it wherever you want:

    % cd path/to/my/project
    % yo vagrant