0.2.0 • Published 1 year ago

binding-pry-js v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

binding-pry-js

Use binding.pry in your JavaScript. Literally just a wrapper for debugger. For those who've been writing a lot of Ruby and can't seem to shake the habit.

Installation

npm install binding-pry-js

Usage

Import the script in your code (or load via CDN) and call binding.pry. A debugger statement will be triggered and you, a Ruby dev, won't feel as stupid as you otherwise would.

import 'binding-pry-js';

binding.pry

// or...

binding.irb
0.2.0

1 year ago

0.0.1

2 years ago