Skip to content

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

License

Notifications You must be signed in to change notification settings

thechinedu/irb-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published