Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

replication

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replication

An ESNext REPL for interacting with your node app

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

REPLication

An ESNext REPL to support your app

Install

$ npm install --save replication

Usage

$ repl [path ...]

You can start the REPL with repl. If you want any of your app's local folders to be added to require's list of module resolution paths, you can include the paths as arguments to repl. This only needs to be done once and will be persisted after that (if you reinstall your node modules, that will overwrite these settings).

repl remembers all your import and require statements and automatically imports them every time you start the REPL. repl also watches the files you import for any changes and hot reloads them when the underlying files change.

License

MIT © Vince Coppola

FAQs

Package last updated on 18 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc