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

