1.0.6 • Published 7 years ago

ievms v1.0.6

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
7 years ago

ievms

Simple command line api for xdissent/ievms

motivation

Makes the excellent https://github.com/xdissent/ievms project a bit easier to consume with a local help menu and simple command line options api

installation

npm install -g ievms

usage

ievms --help

Usage: ievms [options]

Options:

  -h, --help                 output usage information
  -V, --version              output the version number
  -v, --versions [versions]  add a version of IE to be installed (see https://github.com/xdissent/ievms for a full list)
  -p, --path [path]          specify the install path
  -c, --curl-option [curl]   specify curl options, e.g. --limit-rate 50k
  -d, --dry [dry]            log installation command and exit
ievms -v 8 -v 9 --dry
curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="8 9" bash
ievms --path /myusb/ievms --dry
curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env INSTALL_PATH="/myusb/ievms" bash
ievms -v 8 -p /Volumes/Transcend/ievms
curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="8" INSTALL_PATH="/Volumes/Transcend/ievms" bash
Checking for VirtualBox
Checking for Oracle VM VirtualBox Extension Pack
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Building IE 8 VM
Checking for existing OVA at /Volumes/Transcend/ievms/IE6 - WinXP.ova
Checking for existing IE8 - WinXP VM
Done!
1.0.6

7 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago