https://github.com/harish876/github-cli-dependabot-clone
A Github CLI app in Node.js. The app checks your dependencies for updates, creates a new branch and commits the latest updates and raises a PR.
https://github.com/harish876/github-cli-dependabot-clone
cli-app github-api graphql
Last synced: 3 months ago
JSON representation
A Github CLI app in Node.js. The app checks your dependencies for updates, creates a new branch and commits the latest updates and raises a PR.
- Host: GitHub
- URL: https://github.com/harish876/github-cli-dependabot-clone
- Owner: harish876
- Created: 2023-07-07T18:15:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T04:47:53.000Z (over 2 years ago)
- Last Synced: 2025-03-12T16:52:05.522Z (11 months ago)
- Topics: cli-app, github-api, graphql
- Language: JavaScript
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Github CLI in Node.js
A Github CLI app in Node.js. The app checks your dependencies for updates, creates a new branch and commits the latest updates and raises a PR.
## Usages
```sh
github
github config -k={github_api_key}
github view-config
github list
github update
```
## Screenshots
### `main menu`

### `github list`

### `github update`


## How to build locally
```sh
npm i
npm link
```
## License
Feel free to use the code in this repository as it is under MIT license.