0.1.1 • Published 2 years ago
@impleta/create-repl-app v0.1.1
create-repl-app
Creates a new Node-based REPL application, based on @impleta/repl-app.
Usage
npx create-repl-app my-repl-name
This will create a folder named my-repl-name
Next, cd into the my-repl-name
folder and install it as a global package
cd 'my-repl-name` npm install -g .
This will create a globally accessible executable named my-repl-name
.