npm.io
1.0.0 • Published 11 years ago

metalsmith-filenames

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
6

metalsmith-filenames Travis Build Status

Metalsmith plugin to add filenames to entries

Installation

$ npm install metalsmith-filenames

Usage

import Metalsmith from "metalsmith"
import filenames from "metalsmith-filenames"

new Metalsmith("./")
  .use(
    filenames()
  )
  .build(err => {if (err) {throw err}})

Changelog

License

Keywords