pigit
v1.3.0
Published
electron app to watch git repos
Downloads
20
Readme
GIT Watch
electron app, written in typescript, react, redux, fusebox to watch git repos
Debian / Ubuntu 64bit
Download latest version from releases
From source
git clone https://github.com/kfiku/piGit.git
cd piGit
npm install
and
npm start prod
or to build npm run package
FOR PRODUCTION ENV
npm run prod
FOR DEV ENV - with simple HRM on renderer and main process
npm start
Build package for your os (tested on latest macos and ubuntu-linux)
npm run package