1.0.0 • Published 9 years ago

metalsmith-filenames v1.0.0

Weekly downloads
2,445
License
MIT
Repository
github
Last release
9 years ago

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