paydept icon indicating copy to clipboard operation
paydept copied to clipboard

🙌 Shows every open-source dependency you use in your system that accept donations. 💝

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 for your OS.

OR

Install with cargo:

$ cargo install --git https://github.com/mufeedvh/paydept.git

Install Rust/Cargo

Build From Source

Prerequisites:

  • Git
  • Rust
  • 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.