0.1.0 • Published 3 years ago

tracey-plugin-childrequirements v0.1.0

Weekly downloads
12
License
ISC
Repository
github
Last release
3 years ago

tracey-plugin-childrequirements

Generates a table of child requirements for each parent.

Usage

Link requirements in a parent-child relationship using the frontmatter key parent.

Installation

Install the plugin

npm install tracey-plugin-childrequirements --save-dev

Tracey configuration

Add the plugin to the project configuration

// tracey.config.js

const ChildrequirementsPlugin = require('tracey-plugin-childrequirements');

module.exports = {
    plugins: [
        ChildrequirementsPlugin({ /* configuration options */ }),
    ],
};

Plugin configuration

The configuration object has the following options

property

Default: parent

Use this option to configure the frontmatter key for linking requirements

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago