axis-tech / hasura-auto-tracker

GNU General Public License v3.0
46 stars 3 forks source link

Add a CLI #3

Closed dariocravero closed 5 years ago

dariocravero commented 5 years ago

Hi,

Thanks for making this tool! :)

Since it's installable through npm, it'd be nice if it had a CLI, so I figured I'd add one.

I didn't put it on the README because I don't know where it would fit. Would it be at the top? Eg:

To try it out, run:

npm install --global hasura-auto-tracker
hasura-auto-tracker --hasuraEndpoint http://localhost:8080/v1/query

What do you think? Hope you like it :)

Thanks! Darío