Paydept Save

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

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

License

Licensed under the MIT License, see LICENSE for more information.

Open Source Agenda is not affiliated with "Paydept" Project. README Source: mufeedvh/paydept
Stars
46
Open Issues
0
Last Commit
2 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating