0.0.13 • Published 3 years ago

plop-pack-gatsby-starter v0.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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');
};