metalsmith-filenames

Metalsmith plugin to add filenames to entries

MIT 1 个版本
安装
npm install metalsmith-filenames
yarn add metalsmith-filenames
pnpm add metalsmith-filenames
bun add metalsmith-filenames
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

版本列表
1.0.0 2015-05-01