npm-utils

v2.0.3
Async NPM shell commands
async command npm shell

build

grunt

commit

git-issues && commit-wizard

coverage-codacy

cat cover/lcov.info | ./node_modules/.bin/codacy-coverage -v -d

exact-semver

exact-semver

issues

git-issues

lint

standard --verbose --fix src/*.js

pkgfiles

pkgfiles

posttest

npm run unit

pretest

npm run lint

semantic-release

semantic-release pre && npm publish && semantic-release post

size

t="$(npm pack .)"; wc -c "${t}"; tar tvf "${t}"; rm "${t}";

test

gt src/test/*.js --output

unit

mocha --timeout 30000 src/*-spec.js
npm i npm-utils

Metadata

  • MIT
  • >0.4.0
  • Gleb Bahmutov
  • released 3/20/2018

Downloads

Maintainers