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

The minimum supported Node version is 14.0.0

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:

Last updated