A cross-platform desktop version of swagger-editor
# Clone this repository
git clone https://github.com/XuluWarrior/swagger-editor-offline.git
# Go into the repository
cd swagger-editor-offline
# Install dependencies
npm install
# Run the app
npm run dev
# Install globally
# On Windows, npm works e.g. npm install -g swagger-editor-offline
yarn global add swagger-editor-offline
# Run the app
swagger-editor-offline
* Windows only as on *nix, Electron doesn't install nicely in npm global repository even with sudo
swagger-editor-offline-setup-0.2.0.exe
swagger-editor-offline-0.2.0.exe
swagger-editor-offline-0.2.0.dmg - Currently unsigned
swagger-editor-offline-0.2.0.AppImage
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux