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