gatsby-plugin-github-readme
v1.0.3
Published
React github readme card component for gatsby
Downloads
1
Maintainers
Readme
npm i gatsby-plugin-github-readme
configuration
gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-github-readme`,
options: {
key: 'GITHUB API KEY',
repos: [
"user/repo",
"user/repo"
]
}
}
]
Support
Emojis are supported and rendered if in scope of what is visible. Currently g-emoji is not supported and I am working on a solution.