0.0.1 • Published 10 years ago
gh-account-manager v0.0.1
gh-account-manager
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.pngOS 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-managerstart the app from your terminal:
gh-account-managerDevelopment
Setup environment
git clone https://github.com/parro-it/gh-account-manager.git
cd gh-account-manager
npm i
npm startRun tests
npm testLint code using eslint and run test using tape.
Build
$ npm run package:allBuilds the app for OS X, Linux, and Windows, using electron-packager.
License
The MIT License (MIT)
Copyright (c) 2015 parro-it
0.0.1
10 years ago