piersolenski / plop-pack-sanity-starter

A simple boilerplate for kickstarting Sanity projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple boilerplate for kickstarting Sanity projects


Languages

Language:JavaScript 91.9%Language:Handlebars 8.1%