repl-require

1.0.2 • Public • Published

repl-require

Automatically load modules into your repl's scope.

Installation & use

You can simply install this module globally using npm install -g repl-require.

Then, to enter a node repl with your modules use noder (or make your own alias)

How do I specify modules?

Create a file in your home directory called .noderc which includes a newline delimited list of modules to include, e.g:

lo=lodash
async
req=request

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    3
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i repl-require

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • jeffandersen