npmversion

v1.3.4
A command line node module to deal with "bumping" and "npm version"
bump npm version cli

build-es5

npm run delete lib-es5 && node ./node_modules/babel-cli/bin/babel.js lib --out-dir lib-es5

checkstyle

npm run delete target/eslint-reporter-checkstyle.xml && (node node_modules/eslint/bin/eslint.js --config=.eslintrc --output-file ./target/eslint-reporter-checkstyle.xml --format checkstyle ./lib || exit 0)

delete

node node_modules/rimraf/bin.js

documentation

npm run delete target/doc && node ./node_modules/jsdoc/jsdoc.js --recurse --destination ./target/doc --verbose ./lib

freeze-dependencies

npm shrinkwrap --only=prod

start

node ./lib/index.js

test

npm run test-beyond && npm run test-es5

test-beyond

node ./node_modules/mocha/bin/mocha --recursive --ui bdd --colors ./test

test-es5

ES_ENV=es5 node ./node_modules/mocha/bin/mocha --recursive --ui bdd --colors ./test

Metadata

  • MIT
  • >=4.0.0
  • Julien Roche
  • released 5/14/2017

Downloads

Maintainers