Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openscript/parse-matter

An evolution of grey-matter. Parse your YAML frontmatter into typesafe objects.
https://github.com/openscript/parse-matter

Last synced: 10 days ago
JSON representation

An evolution of grey-matter. Parse your YAML frontmatter into typesafe objects.

Awesome Lists containing this project

README

        

# parse-matter

An evolution of grey-matter. Access your frontmatter via virtual modules.

## Packages

- [parse-matter](packages/parse-matter/): Parses yaml frontmatter
- [vite-plugin-parse-matter](packages/vite-plugin-parse-matter/): Parse-matter as a Vite plugin that provides [virtual modules](https://vitejs.dev/guide/api-plugin#virtual-modules-convention)

### Examples

- [demo](examples/demo/): Shows vite-plugin-parse-matter in action.