Wintersmith plugin template
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>
npm install
npm test