tag-release

v3.2.0
Automatically Tag and Release Repositories

lint

jscs ./ && eslint --ignore-path .gitignore ./

lint:fix

jscs ./ --fix && eslint --fix --ignore-path .gitignore ./

test

ava 'test/**/*.js' --require ./test/helpers/setup.js

test:watch

npm test -- --watch

cover

nyc --reporter=text --reporter=html npm run test

cover:watch

onchange 'src/**/*.js' 'test/**/*.js' -- npm run test:cover

cover:check

nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100

Metadata

  • MIT
  • Whatever
  • LeanKit
  • released 6/16/2016

Downloads