0.0.4 • Published 5 years ago
plop-pack-sanity-starter v0.0.4
Plop Pack Sanity Starter
A PlopJS pack of actions, helpers, partials and templates for Sanity Starter.
Installation
npm i plop-pack-sanity-starterUsage
Add the following to your plopfile.js.
module.exports = function (plop) {
  plop.load('plop-pack-sanity-starter');
};