9b98a85380
* Remove docs plugin from monorepo * Add language to md-docs readme * Fix lint error in blocks * Add changefile(s) from automation for the following project(s): woocommerce-blocks --------- Co-authored-by: github-actions <github-actions@github.com> |
||
---|---|---|
.. | ||
commands | ||
lib | ||
README.md |
README.md
Markdown Docs CLI tool
This is a CLI tool designed to generate JSON manifests of Markdown files in a directory.
This manifest is currently designed to be consumed by the WooCommerce Docs plugin.
Usage
This command is built on postinstall and can be run from monorepo root.
To create a manifest:
pnpm utils md-docs create <path-to-directory> <projectName>
Arguments and options
To find out more about the arguments and options available, run:
pnpm utils md-docs create --help