Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 425 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 425 Bytes

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"
  ]
}

Or just run wintersmith plugin install <plugin-name>

Running tests

npm install
npm test