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

@archmaster/repl.it

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

@archmaster/repl.it

Easily upload and deploy your projects to REPL.it.

  • 1.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

REPL.it Node

Easily upload and deploy your projects to REPL.it.

NPM Badge

Usage

# Or npm i -g @archmaster/repl.it
$ yarn global add @archmaster/repl.it
$ repl

This will upload your application to REPL.it and run it. Thanks to @mat1 who helped me with some of the APIs.

Different Types of REPLs

  • Normal REPLs

    These are your normal, everyday, REPLs. They print out some text, and exit. All the output will be logged.

  • Stuck REPLs

    If a REPL doesn't give any output for 8 seconds, REPL.it Node will exit and display it's URL, to prevent hanging the command-line tool.

  • Web REPLs

    These are REPLs that listen on a port. They will be assigned a URL that they are available on, which will be printed out. REPL.it Node will stop showing output from any REPL as soon as it listens on a port.

Installing Dependencies

If you have dependencies your application requires, REPL.it will attempt to install those automatically from your package.json. If you don't have a package.json file REPL.it will try to find all the packages you import with require().

Keywords

FAQs

Package last updated on 23 Jan 2019

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