Skip to content

gaggle/repo-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-scraper Build Status JavaScript Style Guide

Scrape repository data, to be consumed by repo-lister.

Multiple repository providers can be supported, currently we can scrape from GitHub and GitLab.

Development

  • npm test for tests and coverage

Cutting a new release

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)

About

CLI to scrape repositories

Resources

Stars

Watchers

Forks

Packages

No packages published