Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.42 KB

README.md

File metadata and controls

68 lines (41 loc) · 1.42 KB

Hades

The Shell Keeper.

Manage your SSH alias hosts, and their keys!

Using an Electron application boilerplate based on React, Redux, React Router, Webpack, React Transform HMR for rapid application development

Demo

demo video

Download

Contributing

Install

GNU/Linux

On Linux you'll need gyp and g++ installed. Fro ubuntu based distros you can simply run

sudo apt-get install g++ gyp

All O.S's

npm install

Start Hot server

npm run hot-server

Start Electron

npm run start-hot

... or run the server and electron at the same time

npm run dev

and it will open the electron App ready to develop \m/

Package the App

npm run package

License

GNU General Public License (GPL) version 3.