plop-pack-sanity-starter

A plop-pack for sanity-starter

Usage no npm install needed!

<script type="module">
  import plopPackSanityStarter from 'https://cdn.skypack.dev/plop-pack-sanity-starter';
</script>

README

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