metalsmith-cleanup
v0.0.1
Published
A Metalsmith plugin to empty the build directory
Downloads
2
Readme
metalsmith-cleanup
A Metalsmith plugin to empty the build directory
Installation
npm install metalsmith-cleanup
Usage
var cleanup = require('metalsmith-cleanup')
Metalsmith(__dirname)
.use(cleanup())
.build()
Tests
$ npm test
License
MIT License, see LICENSE for details.