https://github.com/oledid-js/sync-github-forks-cli
Keeps github forks up to date using node, the github api and git
https://github.com/oledid-js/sync-github-forks-cli
cli fork git github github-api node nodejs sync typescript
Last synced: 23 days ago
JSON representation
Keeps github forks up to date using node, the github api and git
- Host: GitHub
- URL: https://github.com/oledid-js/sync-github-forks-cli
- Owner: oledid-js
- License: mit
- Created: 2017-02-03T11:37:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T15:03:59.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T18:08:15.709Z (4 months ago)
- Topics: cli, fork, git, github, github-api, node, nodejs, sync, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/sync-github-forks-cli
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sync-github-forks-cli [](https://travis-ci.org/oledid-js/sync-github-forks-cli) [](https://www.npmjs.com/package/sync-github-forks-cli) [](https://www.npmjs.com/package/sync-github-forks-cli)
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](https://github.com/oledid-js/sync-github-forks)
## 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](https://github.com/oledid-js/sync-github-forks)
## Related:
* [@oledid-js/sync-github-forks](https://github.com/oledid-js/sync-github-forks) - API for this module
* [@oledid-forks](https://github.com/oledid-forks) - An organization that uses this to sync its forks every day
## License:
[MIT](LICENSE)