github-sugar
v0.0.8
Published
Github-Sugar provides several display components to display github related stuff like repositories, collections, readme files for repositories and what not.
Downloads
1
Readme
Github-sugar
Githug-sugar delivers components and models to interact with github.
Installation
Add the following line to your package.json file:
"github-sugar":"0.0.6"
or type
npm install --save github-sugar
Usage
github-repository component
You can add the component to a template file like so:
{{github-repository id="langens-jonathan/github-sugar"}}
This component offers the following display options:
github-repository-list
You can use the repository-list component as follows:
{{github-repository-list id="langens-jonathan"}}
github-readme-display
The readme component is used like this:
{{github-readme-display id="langens-jonathan/github-sugar"}}