the jaunty dependency preprocessor
this is a small utility that scans source files for dependency declarations. currently, it only supports f*.
installation
add this line to your application's Gemfile:
gem "jdepp", :git => "https://github.com/fmrl/jdepp.git"
and then execute:
$ bundle
usage
documentation doesn't really exist yet but you can type bundle exec jdepp to see what documentation exists.
contributing
- fork it ( https://github.com/fmrl/jdepp/fork )
- create your feature branch (
git checkout -b my-new-feature) - commit your changes (
git commit -am 'Add some feature') - push to the branch (
git push origin my-new-feature) - create a new Pull Request