| Crates.io | clean-dependa |
| lib.rs | clean-dependa |
| version | 0.2.0 |
| created_at | 2020-10-18 09:51:21.850792+00 |
| updated_at | 2021-06-03 00:25:39.732955+00 |
| description | Clean your dependabot PRs in fastest way |
| homepage | https://github.com/yashLadha/clean-dependa |
| repository | |
| max_upload_size | |
| id | 301981 |
| size | 39,223 |
Clean-Dependa is a hobby project to learn rust and create something that is bothering me from such a long time 😓. It looks for all the user-repositories and clears up the dependabot PRs of high severity.
Behind the scenes it is using the awesome 🤘Github API to perform these tasks.
Clone the repository and in the root directory execute the following command.
make
You can find the binary at path target/release/clean-dependa. Move it to a
location which is visible in your $PATH.
You can use the build binary in release folder inside target directory. You need
to pass your Github Username as the command line argument and set the
environment variable GITHUB_TOKEN to the github token value.
export GITHUB_TOKEN="<your_github_token>"
clean-dependa yashladha
You can also copy the binary in your $PATH so that it can be accessible from
all the paths.