Skip to content

seanlilmateus/macruby-docs-js

 
 

Repository files navigation

Safari Extension download

macruby-docs.user.js - A userscript that adds MacRuby/RubyMotion syntax to Apple's Objective-C/Cocoa docs.

After installing and visiting apple docs (like NSString), you should be able to see "MacRuby" sections like this one within the documenation:

Example

Development instructions

This project uses ruby to get a web server setup for development. You also need to make sure you have node and coffee-script installed.

git clone git@github.com:joakimk/macruby-docs-js.git
cd macruby-docs-js
# [sudo] gem install bundler
bundle
rake

Open run_specs.html to run the specs.

Install the extension using tools/macruby-docs-dev.user.js to use the local development version.

About

macruby-docs.user.js - A userscript that adds MacRuby/RubyMotion syntax to Apple's Objective-C/Cocoa docs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • CoffeeScript 20.8%
  • Ruby 1.6%
  • Shell 0.3%