Skip to content

voronin-ivan/git-gui

Repository files navigation

git-gui

Maintainability Build Status

GUI for your repositories

Node.js app for display git branches, commits and files.
Supported all text-formats like .html, .js, .md and etc (with highlighting code syntax).
Just change value of displayRepo in package.json and let`s hack!

Install

npm install

Development

npm run dev

Build

npm run build

Testing

Mocha

npm run mocha

Hermione

npm start
npm run selenium
npm run hermione

Update expected screens

npm run hermione-update

All reports will be available after run in dir coverage.

CI/CD

After push in remote branch will start checks on travis (linters, tests, build). After the successful completion of checks and creating pr, changes will be deployed on testing-stand on heroku with Docker.

Envs


Made in Yandex Development School with ♥