static-engine-first

3.11.2 • Public • Published

static-engine-first

Dependency Status devDependency Status js-standard-style

This is a plugin for static-engine. It simply reduces the collection to just the first object.

var engine = require('static-engine')
var first = require('static-engine-first')
var pluginA = require('plugin-a')
 
engine([
  pluginA,
  first
])

Dependents (0)

Package Sidebar

Install

npm i static-engine-first

Weekly Downloads

2

Version

3.11.2

License

MIT

Last publish

Collaborators

  • erickmerchant