0.1.1 • Published 10 years ago

metalsmith-only v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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

0.1.1

10 years ago

0.1.0

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago