mufeedvh / paydept

πŸ™Œ Shows every open-source dependency you use in your system that accept donations. πŸ’

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License

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

About

πŸ™Œ Shows every open-source dependency you use in your system that accept donations. πŸ’

License:MIT License


Languages

Language:Rust 100.0%