Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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