derby-ui-github-buttons
v0.1.1
Published
A Derby component library for the Unofficial Github Buttons.
Downloads
2
Readme
Derby Github Buttons
A Derby component library for the Unofficial Github Buttons. Refer to their documentation for more details.
Installation
$ npm install derby-ui-github-buttons
In "lib/app/index.js" include:
app.use(require('derby-ui-github-buttons'));
Usage
In your view include:
<ghbtns:button user="psirenny" repo="derby-ui-github-buttons" type="watch" width="100">
or better yet:
<ghbtns:button giturl="https://github.com/psirenny/derby-ui-github-buttons.git" type="watch" width="100">
Options
count
True if the count should be shown.domain
The domain hosting the .html file. Defaults to ghbtns.com.filename
The name of the .html file. Defaults to github-btn.html.fileurl
The url to the .html file. This will overridesecure
,domain
andfilename
.giturl
The url to the repository. This will overrideuser
andrepo
.height
The height of the button. The default value depends on the button size.repo
The name of the repository. Requiredsecure
True if the url should be in https. Defaults to false.size
The size of the button.type
The type of button. Requireduser
The username of the repository owner. Requiredwidth
The width of the button.