sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Update gettingstarted.md: add a link to atom plugin. #71

Closed weakish closed 9 years ago

weakish commented 9 years ago

Atom plugin is supported now, thus I updated the doc.

sqs commented 9 years ago

Thank you!