UNPKG

435 BMarkdownView Raw
1# Exoservice SDK
2
3## Install
4
5* clone this repo
6* `npm i`
7* add `./bin/` to your PATH
8
9
10## Development
11
12* the CLI runs against the compiled JS, not the source LS,
13 so run `watch` in a separate terminal to auto-compile changes
14
15
16## Testing
17
18* run all tests: `spec`
19* run unit tests: `tests`
20* start watcher: `watch`
21
22
23## Update dependencies
24
25```
26david
27```
28
29
30## Deploy a new version
31
32```
33npm version <patch|minor|major>
34npm publish
35```