https://github.com/mufeedvh/paydept
🙌 Shows every open-source dependency you use in your system that accept donations. 💝
https://github.com/mufeedvh/paydept
buymeacoffee community donation donations funding open-source opencollective patreon support thanks tidelift
Last synced: 4 months ago
JSON representation
🙌 Shows every open-source dependency you use in your system that accept donations. 💝
- Host: GitHub
- URL: https://github.com/mufeedvh/paydept
- Owner: mufeedvh
- License: mit
- Created: 2022-03-07T06:57:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T12:28:02.000Z (over 3 years ago)
- Last Synced: 2025-07-10T18:22:43.366Z (4 months ago)
- Topics: buymeacoffee, community, donation, donations, funding, open-source, opencollective, patreon, support, thanks, tidelift
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 49
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
paydept
🙌 Shows every open-source dependency you use in your system that accept donations. 💝
---
This utility traverses through your filesystem looking for open-source dependencies that are seeking donations by parsing `README.md` and `FUNDING.yml` files.
## Usage
Run under your entire working directories:
$ cd $HOME
$ paydept
Export the results to a CSV file:
$ paydept export
## Installation
```
$ curl -L https://github.com/mufeedvh/paydept/releases/download/v0.1.0/paydept_amd64 -o paydept
```
(`Linux AMD x86-64`)
**OR**
Download the executable from [**Releases**](https://github.com/mufeedvh/paydept/releases) for your OS.
**OR**
Install with `cargo`:
$ cargo install --git https://github.com/mufeedvh/paydept.git
[Install Rust/Cargo](https://rust-lang.org/tools/install)
## Build From Source
**Prerequisites:**
* [Git](https://git-scm.org/downloads)
* [Rust](https://rust-lang.org/tools/install)
* Cargo (Automatically installed when installing Rust)
* A C linker (Only for Linux, generally comes pre-installed)
```
$ git clone https://github.com/mufeedvh/paydept.git
$ cd paydept/
$ cargo build --release
```
The first command clones this repository into your local machine and the last two commands enters the directory and builds the source in release mode.
### Related Projects
- https://github.com/feross/thanks
## License
Licensed under the MIT License, see LICENSE for more information.