sourcerer-io / sourcerer-app

🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
https://sourcerer.io/start
MIT License
6.74k stars 280 forks source link

feat: Support multiple repositories specified from the same line (#308) #535

Closed sfat closed 5 years ago

sfat commented 5 years ago

Added support for issue #308

sfat commented 5 years ago

I could only knew how to test going with the route of reaching to AddRepoState.kt. It's not very clear how to make the sourcerer cli built on my local environment. The ticket is talking about running the command sourcerer add 1 2 3. I only did it via java -jar build/libs/sourcerer.jar which seems to be going on a different flow.