npm-utils

v1.13.0
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 src/*-spec.js

Metadata

  • MIT
  • >0.4.0
  • Gleb Bahmutov
  • released 7/10/2017

Downloads

Maintainers