1.0.0 • Published 8 years ago
metalsmith-noop v1.0.0
metalsmith-noop
A metalsmith no-op plugin
Installation
$ npm i metalsmith-noopExemple
var noop = require('metalsmith-noop');
var plugin = require('metalsmith-plugin');
var isDevelopment = false;
metalsmith(__dirname)
.use(isDevelopment ? plugin() : noop())
.build();1.0.0
8 years ago