Skip to content

tylerlong/swagger-app

Repository files navigation

swagger-app

Build Status Coverage Status

An app to create swagger spec.

❗️ Deprecated in favor of swagger-data-entry-app

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