Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ciscoheat/viagrant
- Owner: ciscoheat
- Created: 2014-07-11T00:07:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T00:25:56.000Z (over 7 years ago)
- Last Synced: 2023-10-20T18:54:06.159Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.