1.0.4 • Published 9 years ago

github-crawl v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
9 years ago

#GitHub Repository Crawl#

##Use this repo to clone all the repositories of a given user or organization##

###Easy To Use###

# Install the module globally
sudo npm install -g github-crawl

# Run the Clone Script with a specified username (ex. louisbuchbinder)
github-crawl louisbuchbinder

# To access private repositories you must generate an access token from github (instructions below...) and use it as follows

github-crawl <username> <access_token> 

# To clone repositories from an organization use the -orgs flag
github-crawl <username> <access_token> -orgs 

###Instructions to Generate an Access Token###

Navigate to your GitHub Settings

Click the Personal Access Tokens Option

Click the Generate New Token Option

Follow the Instructions and Past the Token into the Terminal

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago