metalsmith-only

0.1.1 • Public • Published

metalsmith-only

NPM version Dependencies Status

a file's attribute only filter for metalsmith

Install

metalsmith-only

Usage

var metalSmith = require('metalsmith');
var only = require('metalsmith-only');
 
var metalsmith = metalSmith(__dirname);
metalsmith
    .source('post')
    .use(only('name title'))
    .build()

License

MIT

Dependents (0)

Package Sidebar

Install

npm i metalsmith-only

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jeremial
  • treri