Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 747 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 747 Bytes

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