pashky/restclient.el

restclient-jq missing on MELPA

josterpi opened this issue · 4 comments

I love restclient and was really excited to discover the jq hooks today.

However, restclient-jq.el does not appear to be included in the MELPA package so I can't use jq-set-var.

wwade commented

current recipe contents

(restclient :repo "pashky/restclient.el"
            :fetcher github
            :files ("restclient.el"))

Could be a separate package maybe? Or be included in the regular restclient package?

I think it should be a separate package, just like restclient-helm because restclient-jq.el has an additional dependency, jq-mode. @pashky Would it be ok for if I opened a PR on MELPA, or would you rather own the recipe?

Go on, do it.