github-tooling/ghtopdep

JSON output mode

samuelcolvin opened this issue · 1 comments

Would be useful if ghtopdep could output results in JSON format for later processing.

How about such output

➜ poetry run ghtopdep https://github.com/dropbox/dropbox-sdk-js --rows=5 --json
[{"url": "https://github.com/transloadit/uppy", "stars": 21191}, {"url": "https://github.com/codesandbox/codesandbox-client", "stars": 8386}, {"url": "https://github.com/joemccann/dillinger", "stars": 6491}, {"url": "https://github.com/keplergl/kepler.gl", "stars": 5615}, {"url": "https://github.com/jitsi/jitsi-meet", "stars": 4303}]