sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.55k stars 723 forks source link

create a brew service #643

Closed shivshankar3578 closed 1 year ago

shivshankar3578 commented 1 year ago

Good work Looking for a brew service. It looks easy as I'm following this example https://apple.stackexchange.com/questions/293163/how-do-i-add-tomcat-to-brew-services

sosedoff commented 1 year ago

I think this belongs in the homebre-core repo: https://github.com/Homebrew/homebrew-core/blob/master/Formula/pgweb.rb Example service https://github.com/Homebrew/homebrew-core/blob/master/Formula/redis.rb#L42-L48.

I do not maintain the pgweb formula updates, so if you'd like to see the service support in Pgweb, you're welcome to provide the implementation.