New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rescript-repl

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rescript-repl

Run a REPL to execute ReScript code in interactive mode

latest
npmnpm
Version
0.0.5
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

ReScript Repl

Run a REPL to execute ReScript code in interactive mode

Installation

npm install rescript-repl -g

Getting Started

  • Start the REPL, run this command within the top level directory of a ReScript project: $ resrepl

Available Commands:

  • .load - Load a Module into the current REPL context
  • .reset - To clear ReScript code saved in the current REPL context
  • .{: - Start Mutliline Mode
  • .}: - End Mutliline Mode
  • Enter any arbitrary string of characters which will be interpreted as ReScript code

Keywords

rescript

FAQs

Package last updated on 17 May 2023

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