plop-pack-gatsby-starter

A plop-pack for gatsby-starter

Usage no npm install needed!

<script type="module">
  import plopPackGatsbyStarter from 'https://cdn.skypack.dev/plop-pack-gatsby-starter';
</script>

README

Plop Pack Gatsby Starter

npm

A PlopJS pack of actions, helpers, partials and templates for Gatsby Starter.

Installation

npm i plop-pack-gatsby-starter

Usage

Add the following to your plopfile.js.

module.exports = function (plop) {
  plop.load('plop-pack-gatsby-starter');
};