1.0.7 • Published 6 years ago
nvx v1.0.7
nvx

Run commands on any specified Node version, or as defined in .travis.yml or circle.yml
Prerequisites
- Only requires
npxso, >=npm@5.2.0 - Includes
nvxandnvx-testCLI commands (alsonvxtalias fornvx-test)
Installation
$ npm install nvx --globalCLI Usage
$ nvx --help
Usage
$ nvx [version ...] -- <command>
Examples
# Use versions found in .travis.yml or circle.yml
$ nvx -- npm test
# Specifically use versions: 0.12 and 8
$ nvx 0.12 8 -- npm test
# Not limited to just npm test
$ nvx 8.1.2 -- node ./oicu812.js
## shorthand commands for npm test ##
## nvx-test ##
## nvxt ##
# Run "npm test" using versions found
# in .travis.yml or circle.yml
$ nvx-test
# Specifically use versions: 0.12 and 8
$ nvx-test 0.12 8License
ISC © Buster Collings