Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

metalsmith-filenames

MoOx3.7kMIT1.0.0

Metalsmith plugin to add filenames to entries

metalsmith, metalsmith-plugin

readme

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

changelog

1.0.0 - 2015-05-01

✨ Initial release