Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.17 KB

File metadata and controls

34 lines (22 loc) · 1.17 KB

sync-github-forks-cli Build Status npm npm

Keeps github forks up to date using node, the github api and git.

Requirements:

git must be in PATH.

Program flow:

See the API's readme

Usage:

npm install -g sync-github-forks-cli
sync-github-forks [github-username] [path-to-work-directory] [github-api-key]

Example run:

sync-github-forks oledid-forks C:/temp/sync-github-forks (secret-github-api-key)

Example output:

See the API's readme

Related:

License:

MIT