mpizenberg / elm-test-rs

Fast and portable executable to run your Elm tests
BSD 3-Clause "New" or "Revised" License
81 stars 13 forks source link

Add to crates.io #116

Closed srcrip closed 1 year ago

srcrip commented 2 years ago

I didn't see this on crates.io, any chance it could be added?

mpizenberg commented 2 years ago

There is a possibility indeed. Nobody asked for it yet and I assumed the Elm community prefers a precompiled binary so I didn't pack it on crates.

Is it just a question out of curiosity or does publishing on crates has a real added value for you?

mpizenberg commented 1 year ago

Considering elm-test-rs is a binary crate, I suppose you wanted this to be able to cargo install. Well it's actually possible to cargo install via git:

cargo install --git https://github.com/mpizenberg/elm-test-rs --tag v3.0

So I'm closing this issue now. If that wasn't the purpose, please reopen and explain further.