Place where you can easily manage and organize tags for your Github repositories. You will have ability to set tags for your own repos, forks, repositories that you have been added to as a collaborator and even starred repos!
To install the application you need npm and gulp
Clone the repository:
git clone https://github.com/Sacret/githubify.git cd githubifyInstall
npmpackages:npm install
Setup
Config:cp js/config/Config.example.js js/config/Config.js
Put actual firebase path to
Config.jsRun
gulp:gulp
