Socket
Book a DemoInstallSign in
Socket

wengit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wengit

An Electron-based GUI git client

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

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

FAQs

Package last updated on 12 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts