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

/metalsmith-only/

    Package Sidebar

    Install

    npm i metalsmith-only

    Weekly Downloads

    8

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • jeremial
    • treri