Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/openscript/parse-matter
- Owner: openscript
- License: mit
- Created: 2023-12-05T20:04:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T16:32:22.000Z (6 months ago)
- Last Synced: 2024-10-11T13:31:54.113Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.