cargo-reaper
cargo plugin
#93
eureka-cpu
started this conversation in
Show and tell
Replies: 1 comment
-
Hi! Cool, that sounds like a nice quality of life addition for teams. I will add a link to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My team has been working on a cloud service for reaper that uses
reaper-rs
for all of the project data collection, and it was getting a bit tedious to point team members to documentation that required them to run scripts we had written for each system type in order to setup new machines and to iterate on plugin development, so I wrote a cargo plugin to help alleviate this issue.https://crates.io/crates/cargo-reaper
I think this could be a really cool addition to the readme @helgoboss if you're open to it? We have several good features already, including creating an extension plugin from your hello world extension repo, much like
cargo new
, and the main feature beingcargo reaper build
which builds, renames and symlinks the plugin to theUserPlugins
directory, and is platform aware. The other features also mimiccargo
s built in features, and we still have a few features we are considering implementing.Anyhow, thanks for all the help you've given me over the past year in making a rust-based reaper extension. I hope this cargo plugin will aid in making rust a first-class citizen in the reaper plugin community.
Cheers 🍻
Beta Was this translation helpful? Give feedback.
All reactions