@5app/lsh

v1.0.0
Locality Sensitive Hashing

lint

eslint ./

lint-fix

npm run lint -- --fix

lint-diff

LIST=`git diff-index --name-only HEAD | grep '.*\.js$';`; if [ "$LIST" ]; then eslint $LIST; fi

precommit-msg

echo 'Running pre-commit checks... (skip using --no-verify)' && exit 0

semantic-release

semantic-release

test

npm run spec

spec

mocha --reporter spec test/*.spec.js
npm i @5app/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/6/2019

Downloads