nx.js

Usage

The @nx.js/repl package provides a REPL (read-eval-print loop) implementation.

It is specifically designed for use with nx.js applications, but is generic enough that it can be used with arbitrary JavaScript runtimes.

Installation

npm install @nx.js/repl

Examples

See the implementations below for examples of usage in nx.js applications.

On this page