fix(documentation): Improved and updated README with detailed usage instructions

This commit is contained in:
2025-01-24 02:03:07 +01:00
parent a11b4ee7df
commit 4c6e1e9c47
6 changed files with 42 additions and 71 deletions

View File

@@ -9,9 +9,24 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartfm",
"description": "frontmatter done right",
"description": "A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.",
"npmPackagename": "@push.rocks/smartfm",
"license": "MIT"
"license": "MIT",
"keywords": [
"frontmatter",
"markdown",
"text files",
"YAML",
"JSON",
"stringify",
"parse",
"commented sections",
"static site generator",
"CMS",
"content metadata",
"metadata management",
"gray-matter"
]
}
},
"tsdoc": {