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

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. 💝

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.