Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.24 KB

github_projects for Drupal 7

github_projects allows you to use your github repositories as entities in Drupal.

Getting Started

github_project uses the Remote Entity API to fetch and store your repositories as entities on your Drupal 7 site.

Prerequisites

github_projects depends on several third-party modules:

Installation

Download the module from the contributed Drupal modules page and install on your Drupal 7 website.

Configuration

Navigate to admin/config/development/github_projects and enter your personal access token to authorize the plugin to fetch your starred repositories.

Display

Currently we only support viewing your repositories from /github.com/ + FULL REPO NAME such as /github.com/davidgreiner/github_projects.

Note: They have to be starred by your profile, otherwise it will not work!

To-Do

  • Allow more authorization methods
  • List view of all repositories
  • Option to use watch and fork list
  • Get entity reference to work
  • Option to use stats of source or fork repo