metalsmith-cleanup

0.0.1 • Public • Published

metalsmith-cleanup

Build Status

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.

Readme

Keywords

Package Sidebar

Install

npm i metalsmith-cleanup

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • christophercliff