# metalsmith-markdown-taxonomy

> A metalsmith plugin to transform markdown into taxonomy structures

Latest version **0.1.1** (published 2020-03-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install metalsmith-markdown-taxonomy
pnpm add metalsmith-markdown-taxonomy
yarn add metalsmith-markdown-taxonomy
bun add metalsmith-markdown-taxonomy
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2020-03-17 |
| First published | 2017-07-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 18.5 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | jmatsushita |

## Links

- npm: https://www.npmjs.com/package/metalsmith-markdown-taxonomy
- Repository: https://github.com/contentascode/metalsmith-markdown-taxonomy
- Homepage: https://github.com/contentascode/metalsmith-markdown-taxonomy#readme
- Issues: https://github.com/contentascode/metalsmith-markdown-taxonomy/issues
- npm.io page: https://npm.io/package/metalsmith-markdown-taxonomy

## Dependencies (5)

- [async](https://npm.io/package/async.md) ^2.4.1
- [debug](https://npm.io/package/debug.md) ^2.2.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [marked](https://npm.io/package/marked.md) ^0.8.0
- [minimatch](https://npm.io/package/minimatch.md) ^3.0.0

## Recent versions

- 0.1.1 (latest) — 2020-03-17
- 0.1.0 — 2019-05-08
- 0.0.2 — 2017-09-18
- 0.0.1 — 2017-07-19

## README

# metalsmith-markdown-taxonomy

[![Version](https://img.shields.io/npm/v/metalsmith-transclude-transform.svg)](https://npmjs.com/package/metalsmith-transclude-transform) [![Build Status](https://travis-ci.org/contentascode/metalsmith-transclude-transform.svg?branch=master)](https://travis-ci.org/contentascode/metalsmith-transclude-transform)

  A metalsmith plugin to transform markdown into taxonomy structures.

## Installation

    $ npm install metalsmith-markdown-taxonomy

## CLI Usage

  Install via npm and then add the `metalsmith-markdown-taxonomy` key to your `metalsmith.json` plugins, like so:

```json
{
  "plugins": {
    "metalsmith-markdown-taxonomy": {
      "pattern": "categories/*.md",
    }
  }
}
```

A file matching the `pattern` such as `categories/colors.md` containing:
```
# Colors

## Red

  * [](truck.md)

## Green

  * [](apple.md)
  * [](apple.md)
```

Will add a `color` tag for files that are in the bullet lists i.e. `{ "colors": "Red" }` will be merged in the `truck.md` file's metadata.

## License

  MIT

---
_Source: https://npm.io/package/metalsmith-markdown-taxonomy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
