Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

erdblock-github

firebug20.1.0

Description Links your GitHub account statics (Repos count, Followers, Gists, Popular Repos)

readme

erdblock-github

Description

Links your GitHub account statics (Repos count, Followers, Gists, Popular Repos)

Config

Name Description Values
username Github Username janniklorenz
reposCount The number of repos to show, ordered by stars 3

Example

var github = require("erdblock-github")()
github.locals.config.username.setValue("janniklorenz")
github.locals.config.reposCount.setValue("3")
erdblock.addPlugin(github)