README
Plop Pack Gatsby Starter
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');
};