revealit
is a small binary that helps with the identification of dependencies and their categories.
When you start on a new project, it's always interesting to understand what people have been using.
go build .
Usage of ./revealit:
-language string
the project's main language
./revealit --language=ruby
Thanks to The Ruby Toolbox for allowing the download of a JSON file containing all their data.
It currently supports only Ruby and Gemfile.
As Ruby is my primary language, I've just implemented the parse and identification for it. Feel free to add support for other languages.