Categories: None [Edit]

analizaruptor

https://rubygems.org/gems/analizaruptor
https://github.com/colinta/analizaruptor
Analizaruptor is a tool that looks for 'break', 'require', and 'provides' commands (and does a *teensy* bit of code analyzing (+/(class|module) *(w+)/+) to provide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+ files short and consistent. To use, include this gem, and add +app.analyze+ to your +Rakefile+, after you have added your libraries and whatnot. In your source code you can add Analizaruptor commands (+#----> break|provides|requires+) and those will be translated into directives for `app.files_dependencies` and `debugger_cmds`. Run +rake+ or +rake debug=1+, and off you go!

Total

Ranking: 54,854 of 180,530
Downloads: 16,893

Daily

Ranking: 28,282 of 180,517
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconcolinta