@5app/memoize

v1.0.1
Memoize decorator

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 lint && npm run spec

spec

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

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 2/21/2020

Downloads