Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics for js libraries on npm #78

Open
forivall opened this issue Aug 3, 2016 · 2 comments
Open

Analytics for js libraries on npm #78

forivall opened this issue Aug 3, 2016 · 2 comments

Comments

@forivall
Copy link

forivall commented Aug 3, 2016

It would be great to have a tool that looks at pqckages that are dependents / dev dependents of your package, and see how often different functions are being used, through static analysis. This would let you see what is and isnt being used, so you could improve the docs, know what can be deprecated, etc.

@sindresorhus
Copy link
Owner

Check out Sourcegraph. Their static analysis tool is open source.

@Qix-
Copy link
Collaborator

Qix- commented Aug 6, 2016

Sourcegraph is neat, I've been using it with their Github extension for a while.

As well, Doxygen helps with this. Remember that static analysis is difficult or cumbersome or flat-out inaccurate in certain languages (namely dynamic languages or languages with macros such as C-family languages or Rust).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants