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/replpnpm add @nx.js/replyarn add @nx.js/replbun add @nx.js/replExamples
See the implementations below for examples of usage in nx.js applications.