Skip to content
/ replin Public

Utility to expose any commonjs module to a repl context

Notifications You must be signed in to change notification settings

Qard/replin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Replin

Replin is a utility to expose any commonjs module to a repl context

Usage

To repl into your module, just supply the path like this;

replin ./server

You can also repl into modules installed with npm. Replin will attempt to find a local module by the supplied name, and fallback to a straight require.

replin express

About

Utility to expose any commonjs module to a repl context

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published