An open API service indexing awesome lists of open source software.

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.

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.