swagger-editor-offline
v0.2.0
Published
Cross-platform desktop version of swagger-editor
Downloads
18
Readme
swagger-editor-offline
A cross-platform desktop version of swagger-editor
To run application locally
# 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
Installation
npm* / yarn
# 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
Windows
Installer
swagger-editor-offline-setup-0.2.0.exe
Portable EXE
swagger-editor-offline-0.2.0.exe
Mac
Installer
swagger-editor-offline-0.2.0.dmg - Currently unsigned
Linux
AppImage
swagger-editor-offline-0.2.0.AppImage
Build
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux