Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

konstantin-hatvan/tracey-plugin-childrequirements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.plugin({ /* 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

About

Plugin to link requirements in a parent-child relationship

Resources

Stars

Watchers

Forks

Packages

No packages published