metalsmith-filenames

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i metalsmith-filenames

Weekly Downloads

990

Version

1.0.0

License

MIT

Last publish

Collaborators

  • moox