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();

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i metalsmith-noop

      Weekly Downloads

      1

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • nolanrigo