Getting Started

This utility can be used as a Command Line Interface, or as an import in your scripts.

It has two primary uses:

This is done through the following commands:

Installation

Install CLI

Run the following command:

npm install -g front-matter-manipulator

Install in current directory for use in scripts

npm install front-matter-manipulator --save-dev

CLI (Command Line Interface)

Front Matter Manipulator can be used on the command line to perform operations on fields.

See the documentation for each action:

Usage in node scripts/packages

Front Matter Manipulator can be used on in javascript files to perform advanced parsing or manipulation of fields.

See the documentation for each action: