nvx

1.0.7 • Public • Published

nvx NPM version Build Status Dependency Status Coverage percentage Greenkeeper badge

Run commands on any specified Node version, or as defined in .travis.yml or circle.yml

Prerequisites

  • Only requires npx so, >= npm@5.2.0
  • Includes nvx and nvx-test CLI commands (also nvxt alias for nvx-test)

Installation

$ npm install nvx --global

CLI 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 8

License

ISC © Buster Collings

Dependencies (5)

Dev Dependencies (13)

Package Sidebar

Install

npm i nvx

Weekly Downloads

8

Version

1.0.7

License

ISC

Unpacked Size

8.91 kB

Total Files

11

Last publish

Collaborators

  • buster