kahwee / wintersmith-plugin

Wintersmith plugin template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wintersmith-plugin

Wintersmith plugin template

Installing

Install globally or locally using npm

npm install [-g] wintersmith-plugin

and add wintersmith-plugin to your config.json

{
  "plugins": [
    "wintersmith-plugin"
  ]
}

Running tests

npm install
npm test

About

Wintersmith plugin template