d341c12009cd068c6537f65af83ebdf9e8145491
All checks were successful
build and upload / build (push) Successful in 15s
feddy
Your awesome, friendly, lightning-fast, and super-easy-to-use Fedora Buddy !
Usage
This project is a command line tool that helps you to manage your Fedora system. You can use it to install or remove package lists, as well as to perform other post installation tasks.
Please refer to the DOCUMENTATION.md file for more information on how to use the tool.
Install on Fedora
Please refer to project's releases, copy the RPM package link of the latest version and install it with dnf.
Build from source
This is a Rust project, so you must first install Rust and then run the following command to build the project:
./configure
make
Install from source
You can install the project by running the following command:
sudo make install
Development
You can run the project in development mode by running the following command:
cargo run -- ${args}
Releases
1
Release 0.1.0
Latest
Languages
Rust
93.5%
Makefile
6.5%