CLI

Install and run Subsembly

Overview

Subsembly comes with a CLI tool that helps to ease the development of Subsembly runtimes. CLI tool contains following commands that simplify compiling and running Subsembly runtimes.

Installation

To install CLI tool, run:

npm install -g subsembly

This will install subsembly globally.

Once you're done installing subsembly, make sure it was installed correctly:

subsembly

The above commands should display the help page:

Picture 1. Default page
Picture 2. Help page

Last updated

Was this helpful?