An open API service indexing awesome lists of open source software.

https://github.com/chris2011/github-repository-viewer

Github Repository Viewer for Netbeans
https://github.com/chris2011/github-repository-viewer

Last synced: over 1 year ago
JSON representation

Github Repository Viewer for Netbeans

Awesome Lists containing this project

README

          

# Github-Repository-Viewer for Netbeans

With this plugin, you can see all your git repositories in one window in netbeans.

You can login to github or bitbucket (Coming soon) and list your repositories, branches (Coming soon), tags (Coming soon).
If you choose a repo, you can clone it via context menu (Coming soon).

# Supported hosts
1. Github
2. Bibucket (Coming soon)

# TODOs
1. Implement Exception handling
2. Add bitbucket api
3. Add logic to show branches for a repo
4. Add logic to show tags for a repo
5. Refactor code base
6. Add logic to clone a selected repo

# Screenshots
1. Repository overview.
![Alt text](/screenshots/repoOverview.png?raw=true)