Skip to content

Automatically download the newest version of a Crate.

Notifications You must be signed in to change notification settings

paul-hanneforth/rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPM

The most convinient way to install Crates in Rust.

Notices

If you catch any errors feel free to write a mail paul.hanneforth.o@gmail.com or create an issue on GitHub.

Installation

First clone the repository in a directory of your choice

git clone https://github.com/paul-hanneforth/rpm.git

Then go into the directory and build the crate using cargo.

cargo build --release

You will find the finished executable in the /target/release folder

Usage

To install a new crate simply run

rpm install [crate_name]

This will automatically add the newest version of the crate to your Cargo.toml file

About

Automatically download the newest version of a Crate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages