0.1.0 • Published 8 years ago

wengit v0.1.0

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

Wengit

An Electron-based GUI git client

More info in this Medium article

Underlying principles

  • Simplicity in design and function
  • Don't forfeit features for design
  • Don't hide features from power users
  • Implement every feature of git
  • Use modules for host-specific features (like Github, Bitbucket)

Installing and running

  1. Install the electron command globally
    npm install electron-prebuilt -g
  2. Clone this repository
    git clone https://github.com/pitaj/wengit.git
  3. Enter the wengit directory
  4. Install dependencies
    npm install
  5. Run it
    electron main-riot