Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleclarson/nomatter
Remove YAML front matter from a string. No dependencies.
https://github.com/aleclarson/nomatter
frontmatter yaml
Last synced: 19 days ago
JSON representation
Remove YAML front matter from a string. No dependencies.
- Host: GitHub
- URL: https://github.com/aleclarson/nomatter
- Owner: aleclarson
- License: mit
- Created: 2021-03-07T01:28:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T01:28:17.000Z (over 3 years ago)
- Last Synced: 2024-05-01T22:24:57.776Z (6 months ago)
- Topics: frontmatter, yaml
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nomatter
Remove YAML front matter from a string. No dependencies.
```ts
import nm from 'nomatter'content = nm(content)
```