Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ciscoheat/viagrant

Quick 'n dirty node script for building Vagrant files.
https://github.com/ciscoheat/viagrant

Last synced: 15 days ago
JSON representation

Quick 'n dirty node script for building Vagrant files.

Awesome Lists containing this project

README

        

Quick 'n dirty node script for building Vagrant files.

`node viagrant.js` for listing targets.

`node viagrant.js ` creates a Vagrantfile and provision.sh in `bin` that can be copied to an empty directory and started with `vagrant up`.

`node viagrant.js -o "" ` as above, but places the files in the specified directory (creating it if doesn't exist).

`node viagrant.js -p 4567:80 -o "" ` as above, but specifies that port 4567 should be forwarded to port 80 on the vagrant machine.

`node viagrant.js ` adds more targets to the provision file.