gatsby-plugin-github-readme

1.0.3 • Public • Published

gatsby plugin github readme

Gatsby Plugin Homepage

Load github readme card components in jsx, remark, mdx.

npm package for gatsby-plugin-github-readme

Image of react card component of a github readme generated by gatsby-plugin-github-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.

/gatsby-plugin-github-readme/

    Package Sidebar

    Install

    npm i gatsby-plugin-github-readme

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    200 kB

    Total Files

    13

    Last publish

    Collaborators

    • teaglebuilt