Back.
npm install @sysce/stompThis 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.
1. Clone the repository locally
``sh`
$ git clone https://github.com/sysce/stomp.git
> Cloning into stomp...
$ cd stomp
2. Install dependencies
`sh`
$ npm install
3. Build
`sh``
$ npm build