An open API service indexing awesome lists of open source software.

https://github.com/moox/metalsmith-filenames

Metalsmith plugin to add filenames to entries
https://github.com/moox/metalsmith-filenames

Last synced: about 1 year ago
JSON representation

Metalsmith plugin to add filenames to entries

Awesome Lists containing this project

README

          

# metalsmith-filenames [![Travis Build Status](https://travis-ci.org/MoOx/metalsmith-filenames.svg)](https://travis-ci.org/MoOx/metalsmith-filenames)

> Metalsmith plugin to add filenames to entries

## Installation

```console
$ npm install metalsmith-filenames
```

## Usage

```js
import Metalsmith from "metalsmith"
import filenames from "metalsmith-filenames"

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

## [Changelog](CHANGELOG.md)

## [License](LICENSE)