robmarshall / gatsby-source-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: {},
        },
    ],
}

About

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


Languages

Language:JavaScript 100.0%