orgdeps

Show gem + chef dependencies within and organization

Stars
4

List private inter project dependencies (rubygems + chef) and project badge generator.

  • see what a project depends on
  • see what depends on a project

https://orgdeps.herokuapp.com

Uses github auth to look through Gemfile/Gemfile.lock/metadata.rb and builds a dependecny list.

Powered by repo_dependency_graph

Use EDIT_BLOCKED to prevent any kind of editing (prevents injection/bug exploitation etc).

Development

... install ruby + bundler ...
... fill out .env ...
bundle install
rails s

Test

bundle exec rake ci

TODO

License: MIT