EnergisaOne / kongdash

An elegant desktop client for Kong Admin API

Home Page:https://ajaysreedhar.github.io/kongdash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KongDash

An elegant desktop client for Kong admin API

How to Install

On Linux

Ubuntu and other Debian distributions:

  • Download the latest .deb package.
  • Run dpkg -i kongdash-x.y.z-arch.deb

Fedora and other Linux distributions:

  • Download the latest .tar.gz archive.
  • Extract the archive and run install.sh script.
tar -xvf kongdash-x.y.z-linux-arch.tar.gz
cd kongdash-x.y.z-linux-arch
./install.sh

x.y.z refers to the version number and arch refers to the architecture (ia32 or x64).

On Windows

Simply download the latest .exe installer and run it.

On Mac OS X

Download and open the latest .dmg image, move the app to /Applications to start using it.

For Developers

All kinds of contributions are welcome.

  • Requires NodeJs (v4.4.7 or higher) and npm (v2.15.8 or higher).
  • Built with Electron.

Clone the repository

git clone https://github.com/ajaysreedhar/kongdash

Install dependencies

npm install

Run the app

npm start

Run ESLint npm test or npm run lint

Make a release

Linux 32-bit:

npm run pack:linux32

Linux 64-bit:

npm run pack:linux64

Mac OS X (64-bit only):

npm run pack:osx

Windows 32-bit:

npm run pack:windows32

Windows 64-bit:

npm run pack:windows64

The packaged application will be moved to release/ directory.

License

MIT License. See LICENSE.

About

An elegant desktop client for Kong Admin API

https://ajaysreedhar.github.io/kongdash/

License:MIT License


Languages

Language:JavaScript 46.7%Language:HTML 37.3%Language:CSS 15.8%Language:Shell 0.2%