WP Manifestindependent plugin directory
★ 0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/paulgibbs/stencils/archive/refs/heads/master.zip

Stencils for WordPress

Requirements

Install Node.js and the Grunt CLI.

Getting Started

Once you've installed Node.js and the Grunt CLI, you're ready to get started.

  1. Clone this repository in a directory of your choice by running git clone https://github.com/paulgibbs/stencils.git.
  2. Navigate to the directory in your shell.
  3. Run npm install.

Documentation

grunt or grunt dev

Generates the development-optimised source in the root directory.

grunt release

Generates the production-optimised source in the build directory.