Skip to content

A small binary that parses dependency files and categorizes it.

Notifications You must be signed in to change notification settings

axcdnt/revealit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revealit

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.

Compile

go build .

Help

Usage of ./revealit:
  -language string
      the project's main language

Run

./revealit --language=ruby

Support

Ruby

Thanks to The Ruby Toolbox for allowing the download of a JSON file containing all their data.

Limitations

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.

About

A small binary that parses dependency files and categorizes it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages