JSON output mode
samuelcolvin opened this issue · 1 comments
samuelcolvin commented
Would be useful if ghtopdep could output results in JSON format for later processing.
andriyor commented
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}]