metalsmith-noop

1.0.0 • Public • Published

metalsmith-noop

npm version downloads

A metalsmith no-op plugin

Installation

$ npm i metalsmith-noop

Exemple

var noop = require('metalsmith-noop');
var plugin = require('metalsmith-plugin');
var isDevelopment = false;

metalsmith(__dirname)
  .use(isDevelopment ? plugin() : noop())
  .build();

Package Sidebar

Install

npm i metalsmith-noop

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nolanrigo