Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 553 Bytes

Ripper Events

A project for discovering and documenting the events in Ruby's Ripper parser.

Visible on GitHub pages: https://rmosolgo.github.io/ripper_events/

Development

  • Install deps with:
    • bundle install
    • brew install graphviz (or install Graphviz another way)
  • Update the docs in events.rb
  • Update the HTML template in template.html.erb
  • Rebuild the HTML with rake
  • View the rendered page with open index.html
  • Push gh-pages to update the website