This repository implements the proxy model found here.
We provide a command-line interface for compiling the code.
For more features, specify the --help
option when running the CLI.
Documentation for components such as the Bootstrapper can be found in the wiki.
- Clone the repository locally
$ git clone https://github.com/sysce/stomp.git
> Cloning into stomp...
$ cd stomp
- Install dependencies
$ npm install
- Build
$ npm build