0.0.1 • Published 8 years ago

gh-account-manager v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

gh-account-manager

Travis Build Status NPM module NPM downloads

Installation

Linux

Download and unzip to some location.

To run the app, execute the gh-account-manager file.

To add a shortcut to the app, create a file in ~/.local/share/applications called gh-account-manager.desktop with the following contents:

[Desktop Entry]
Name=gh-account-manager
Exec=/full/path/to/folder/gh-account-manager
Terminal=false
Type=Application
Icon=/full/path/to/folder/gh-account-manager/resources/app/media/IconTemplate.png

OS X

Download, unzip, and move gh-account-manager.app to the /Applications directory.

Windows

Download and unzip to some location.

To run the app, execute the parro-it file.

NPM

Install the module globally:

npm install -g gh-account-manager

start the app from your terminal:

gh-account-manager

Development

Setup environment

git clone https://github.com/parro-it/gh-account-manager.git
cd gh-account-manager
npm i
npm start

Run tests

npm test

Lint code using eslint and run test using tape.

Build

$ npm run package:all

Builds the app for OS X, Linux, and Windows, using electron-packager.

License

The MIT License (MIT)

Copyright (c) 2015 parro-it