Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 363 Bytes

CONTRIBUTE.md

File metadata and controls

17 lines (12 loc) · 363 Bytes

Contribution

Install

git clone git@github.com:coreyferguson/watch-filter.git
cd watch-filter
npm install
npm link

Build Scripts

  • npm test - test and code coverage
  • npm run watchTest - automatically test after save
  • npm run release tags in github and publishes to npm using release-it