shmatt/Markdown frontmatter index
Generates a json index of frontmatter extracted from markdown files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | A glob pattern matching the files to parse for frontmatter | no | **/*.md |
| output | The path to write the json file to | no | index.json |
Outputs
| name | description |
|---|---|
| indexPath | The path to the generated index file |
| json | The json index object as a string |