This project is an alternative to "ghshell", a Node.js package that offers an interaction with Github as if you were using your command line simulating a tree structure that provides all the options at your level in the tree Github account or your organization.
Unlike ghshell, this project will incorporate a desktop interface using electron to facilitate the management of Github-ClassRooms in a visual way.
This repository contains the project software described above, structured directly in different directories.
These instructions described below will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
First you must download the repository that contains the application software.
$ git@github.com:ULL-ESIT-GRADOII-TFG/tfg-berkan.git
Install the necessary dependencies
$ npm install
and then execute the next one to launch de application.
$ npm start
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details