ashea-code / locus

Locus is a line injection module for node.js (like binding.pry for ruby)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOCUS

Locus is a line injection module for node.js (like binding.pry for ruby)

Installing

npm install locus

Using

To load locus globally add this line of code in any file of the project: require('locus')

Note: Loading in development environments is recommended.

Then use this command in any line: eval(locus)

To leave locus just type quit

About

Locus is a line injection module for node.js (like binding.pry for ruby)