https://github.com/tylerlong/openapi-editor
A desktop editor for OpenAPI 3.0 documents.
https://github.com/tylerlong/openapi-editor
editor openapi swagger
Last synced: about 1 month ago
JSON representation
A desktop editor for OpenAPI 3.0 documents.
- Host: GitHub
- URL: https://github.com/tylerlong/openapi-editor
- Owner: tylerlong
- Created: 2017-10-20T09:57:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T13:11:04.000Z (over 8 years ago)
- Last Synced: 2025-01-26T04:23:41.799Z (about 1 year ago)
- Topics: editor, openapi, swagger
- Language: JavaScript
- Size: 499 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAPI Editor
[](https://travis-ci.org/tylerlong/OpenAPI-Editor)
[](https://coveralls.io/github/tylerlong/OpenAPI-Editor?branch=master)
A desktop editor for OpenAPI 3.0 documents.
This is the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification/blob/v3.0.1/versions/3.0.1.md) referenced.
## Setup
```
yarn install
```
## Development
```
yarn dev
open http://localhost:8080
```
## Test
```
yarn test
```
## Build
```
yarn build
```
## Distribution
```
yarn release && rm -rf dist && GH_TOKEN=github-token ./publish.sh
```
Go to GitHub and release it.
## todo list
- Get a new icon
- Write tests
- Setup Travis and coveralls