Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 646 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 646 Bytes

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