tag-release

v6.3.0
Automatically Tag and Release Repositories

lint

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

test

jest --coverage

test:verbose

npm run test -- --verbose

test:watch

npm test -- --watchAll

test:verbose:watch

npm run test:loud -- --watch

cover

npm test

cover:watch

npm run test:watch

cover:open

open coverage/lcov-report/index.html

precommit

lint-staged

pretest

npm run lint

prettier-all-the-things

find ./**/*.js | xargs prettier --write --use-tabs

Metadata

  • MIT
  • Whatever
  • LeanKit
  • released 9/20/2018

Downloads