An open API service indexing awesome lists of open source software.

https://github.com/digitalcube/shifter-sdk-typescript

SDK generated by openapi generator
https://github.com/digitalcube/shifter-sdk-typescript

Last synced: 10 days ago
JSON representation

SDK generated by openapi generator

Awesome Lists containing this project

README

          

## Development

### Data source
Open API Docs: https://developer.getshifter.io/swagger.yaml

### Build SDK

```bash
$ ./bin/generate-sdk.sh
```

### Update docs

```bash
$ git checkout master
$ yarn docs
$ git add ./docs/
$ git commit -m "docs: update docs"
$ git push origin master
```

### Publish SDK to npm

```bash
$ yarn build
$ npm version [patch|minor|major]
$ npm publish .
```