Comparing version 1.1.0 to 1.1.1
#!/usr/bin/env node | ||
const debug = require('debug')('all-nvm') | ||
const debug = require('debug')('all') | ||
const la = require('lazy-ass') | ||
@@ -8,7 +8,10 @@ const is = require('check-more-types') | ||
const help = | ||
'use : all-nvm <any command> [any options]\n' + | ||
'example: all-nvm npm i -g manpm' | ||
require('simple-bin-help')({ | ||
minArguments: 4, | ||
packagePath: join(__dirname, '..', 'package.json'), | ||
help: 'use : all-nvm <any command> [any options]\n' + | ||
'example: all-nvm npm i -g manpm' | ||
help: help | ||
}) | ||
@@ -15,0 +18,0 @@ |
@@ -1,2 +0,2 @@ | ||
const debug = require('debug')('all-nvm') | ||
const debug = require('debug')('all') | ||
const la = require('lazy-ass') | ||
@@ -3,0 +3,0 @@ const is = require('check-more-types') |
{ | ||
"name": "all-nvm", | ||
"description": "Run any NPM command (including install) in all versions of Node managed by NVM", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
@@ -14,3 +14,9 @@ "bin": { | ||
"preferGlobal": true, | ||
"files": [ | ||
"bin", | ||
"index.js", | ||
"src" | ||
], | ||
"scripts": { | ||
"pretest": "npm run lint", | ||
"test": "npm run lint", | ||
@@ -17,0 +23,0 @@ "lint": "standard --verbose *.js bin/*.js src/*.js", |
@@ -46,2 +46,9 @@ # all-nvm | ||
Run unit tests in the current project in all local Node versions | ||
(similar to [testen](https://github.com/egoist/testen) or [trevor](https://www.npmjs.com/package/trevor)) | ||
all npm test | ||
TODO: run command in only specific Node versions, see [issues/2](https://github.com/bahmutov/all-nvm/issues/2) | ||
## Details | ||
@@ -66,2 +73,8 @@ | ||
## Debug | ||
To see verbose output from this tool, run with environment variable DEBUG set to `all` | ||
DEBUG=all all ... | ||
### Small print | ||
@@ -68,0 +81,0 @@ |
'use strict' | ||
const debug = require('debug')('as-a') | ||
const debug = require('debug')('all') | ||
const la = require('lazy-ass') | ||
@@ -5,0 +5,0 @@ const is = require('check-more-types') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10004
102
124
5