Scrape repository data, to be consumed by repo-lister.
Multiple repository providers can be supported, currently we can scrape from GitHub and GitLab.
npm test
for tests and coverage
Run this command to automatically increment version, build, commit, tag, and push a new release:
npm test && npm version patch && (export VERSION=`node -p "require('./package.json').version"`; git push && git push origin v$VERSION)