@5app/opengraph-scraper

v1.4.6
Opengraph scraper

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

spec

mocha ./test/specs/**/*.js

test

npm run lint && npm run spec
npm i @5app/opengraph-scraper

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 8/27/2020

Downloads