/ruby-deps-script

Ruby dependencies listing script supporting node, cocoapods, gradle

Primary LanguageRuby

Ruby dependencies listing script

Use

Only supports following dependencies :

  • node (package.json)
  • cocoapods (Podfile)
  • gradle (build.gradle)

You can run the script with rake.

Examples :

One file :

rake output=DEPS.MD deps=path/to/Podfile

Multiple files :

rake output=DEPS.MD deps=/path/to/package.json,path/to/Podfile,path/to/build.gradle