JCMais / node-libcurl

libcurl bindings for Node.js
https://npmjs.org/package/node-libcurl
MIT License
666 stars 118 forks source link

Expected npx node-libcurl $URL to work as curl $URL #391

Open amv opened 1 year ago

amv commented 1 year ago

I was expecting to be able to use node-libcurl as a binary from command line with npx (at least for basic cases) after installing the package. Is there a reason why this is not supported?

JCMais commented 1 year ago

This is a great suggestion, but I do not have time to add that feature atm