0.0.4 • Published 3 years ago

plop-pack-sanity-starter v0.0.4

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

Plop Pack Sanity Starter

npm

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

Installation

npm i plop-pack-sanity-starter

Usage

Add the following to your plopfile.js.

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