{"id":24528893,"url":"https://github.com/learosema/frontm8er","last_synced_at":"2026-03-09T15:31:28.084Z","repository":{"id":55508080,"uuid":"320083249","full_name":"learosema/frontm8er","owner":"learosema","description":"Tool to quickly add some frontmatter to your markdown files","archived":false,"fork":false,"pushed_at":"2026-01-16T14:10:40.000Z","size":172,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-17T04:31:24.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/learosema.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-09T21:25:06.000Z","updated_at":"2026-01-16T14:10:43.000Z","dependencies_parsed_at":"2022-08-15T02:01:03.713Z","dependency_job_id":null,"html_url":"https://github.com/learosema/frontm8er","commit_stats":null,"previous_names":["terabaud/frontm8er"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/learosema/frontm8er","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learosema%2Ffrontm8er","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learosema%2Ffrontm8er/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learosema%2Ffrontm8er/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learosema%2Ffrontm8er/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learosema","download_url":"https://codeload.github.com/learosema/frontm8er/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learosema%2Ffrontm8er/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-22T07:24:45.961Z","updated_at":"2026-03-09T15:31:28.060Z","avatar_url":"https://github.com/learosema.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frontm8er\n\nQuick and dirty tool to add data to your markdown files.\n\n## CLI Usage\n\n```sh\nnpm i frontm8er -g\n\n# Display help\nfrontm8er --help\n\n# Adds author field for every markdown file\nfrontm8er --author=\"Lea Rosema\" content/*.md\n\n# Adds created and modified time and author field for every markdown file\nfrontm8er -c -m --author=\"Lea Rosema\" content/*.md\n\n# Pulls data from json file and adds it to the markdown file\nfrontm8er data.json content/*.md\n\n# Watch mode: watch content folder, write to output folder add author and additional data.yaml to files\nfrontm8er -i content -o output './**/*.md' data/data.yaml --author=\"Lea Rosema\" --watch\n```\n\n## Supported data formats\n\nSupported data formats are yaml, JSON and [json5](https://json5.org/)\n\n## API Usage\n\n```sh\nimport { processFrontmatterFiles } from 'frontm8er';\n\nawait processFrontmatterFiles({\n  inputFilePatterns: ['content/*.md'],\n  dataFilePatterns: ['content/data.json'],\n  data: {\n    author: 'Lea Rosema'\n  }\n});\n```\n\n## Running the CLI while in development mode\n\n```sh\nnode -r esm -r ts-node/register src/cli --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearosema%2Ffrontm8er","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearosema%2Ffrontm8er","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearosema%2Ffrontm8er/lists"}