0.0.1 • Published 7 years ago
tvh v0.0.1
tvh
Truffle Version Helper.
Badges
Install
Using npm.
$ npm install -g tvhConfirm.
$ tvh usageUsage
tvh usage                  Show this message
tvh list                   List installed versions
tvh list known             List registry versions
tvh install <version>      Install a version
tvh install latest         Install a latest version(not working yet)
tvh use <version>          Use <version>
tvh truffle                Use truffle
tvh uninstall <version>    Uninstall a version
tvh clean                  Remove all source filesExample
Install.
$ tvh install 5.0.14
Searching...
DoneSwitch use version.
$ tvh use 5.0.14
Version 5.0.14View all installed version list.
$ tvh list
v5.0.14View Remote version.
$ tvh list known
Searching...
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6
v0.0.8
v0.0.9
v0.0.10
v0.0.11
v0.0.12
v0.0.13
v0.0.14
v0.0.15
v0.0.16
...Uninstall.
$ tvh uninstall 5.0.14
DoneUpdate tvh.
$ npm update -g tvhUninstall tvh.
$ npm uninstall -g tvhUse truffle.
$ tvh truffle (option)For ease of use.
add `alias truffle='tvh truffle'` to your shell config.0.0.1
7 years ago