Simple yeoman generator that creates a Vagrantfile and a shell provision script.
-
Clone the repo:
% git clone https://github.com/cullylarson/generator-vagrant.git
-
Link it in NPM:
% cd generator-vagrant % sudo npm link
-
Run it wherever you want:
% cd path/to/my/project % yo vagrant