chapar-rest / chapar

Chapar is a simple and easy to use api testing tools aims to help developers to test their api endpoints. it support http and grpc protocols.
https://chapar.rest
BSD 3-Clause "New" or "Revised" License
434 stars 19 forks source link

Please support homebrew packaging #27

Open ccoVeille opened 3 months ago

ccoVeille commented 3 months ago

Homebrew allows to deploy and install binaries easily.

It can be used on Linux.

Homebrew can be added to goreleaser.

I suggested it to do it for Atac

It was done pretty easily

https://github.com/Julien-cpsn/ATAC/issues/3

BTW, hello @julien-cpsn , now you have a competitor 🏁🥰

mirzakhany commented 3 months ago

I have plan to add support for brew and other package managers. one challenge right now is setting up osxcross tools to cross compile the project in CI for macOS.

@Julien-cpsn your project looks really cool, great job 💯

mirzakhany commented 3 months ago

Update on this: Part of the work is done and now we have binaries in release page. I'll look into setting the brew soon.