thechinedu / irb-console

A repl interface for programming Ruby in the chrome browser developer tools console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRB Console

A chrome devtools extension that provides a repl interface for programming Ruby right from within the browser.

Installing

This is a chrome devtools extension and as such it is hosted on the chrome web store. You can install it in your browser by following this link

How to use

After installing the extension, a new panel will be added to your chrome devtools page when launched (the panel will be named Irb). Click on this panel and you are all set to start programming Ruby in the browser.

Contributing

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Tools used

  • Opal - Ruby to JavaScript source to source compiler
  • Codemirror - Text editor for the browser

About

A repl interface for programming Ruby in the chrome browser developer tools console

License:MIT License


Languages

Language:JavaScript 57.9%Language:HTML 28.4%Language:CSS 13.7%