2.0.0 • Published 11 months ago

@sysce/stomp v2.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
11 months ago

SystemYA's TOMP implementation (STomp)

This repository implements the proxy model found here.

Usage

We provide a command-line interface for compiling the code.

For more features, specify the --help option when running the CLI.

Wiki

Documentation for components such as the Bootstrapper can be found in the wiki.

Quickstart

  1. Clone the repository locally
$ git clone https://github.com/sysce/stomp.git
> Cloning into stomp...
$ cd stomp
  1. Install dependencies
$ npm install
  1. Build
$ npm build