A GUI manager for a pile of git repos.
- A GUI
- Handle multiple git repos
- Give a summary of changes and quick actions to sync up the contents
- Create your config.js file at root matching
config.example.json
- Install node and npm, whathaveyou
- In your favourite terminal,
cd
to root npm run i:all
- Now what?
- To develop/test:
npm run develop
- To build/create an executable:
npm run package
- To develop/test: