/gatsby-source-starter

Gatsby JS source plugin starter. To jump start your plugin build.

Primary LanguageJavaScript

gatsby-source-starter

This is a starter plugin for building a Gatsby JS Source Plugin. It helps to update this as you go.

Set The Config

In gatsby-config.js:

module.exports = {
    plugins: [
        {
            resolve: 'gatsby-source-starter',
            options: {},
        },
    ],
}