tracey-plugin-childrequirements

0.1.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tracey-plugin-childrequirements

    Weekly Downloads

    1

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    4.89 kB

    Total Files

    5

    Last publish

    Collaborators

    • k.hatvan