tracey-plugin-childrequirements
v0.1.0
Published
Plugin to organize requirements in a parent-child relationship
Downloads
75
Readme
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