{"id":31628124,"url":"https://github.com/markjaquith/markdown-format","last_synced_at":"2025-10-06T20:18:22.077Z","repository":{"id":310444489,"uuid":"1039816054","full_name":"markjaquith/markdown-format","owner":"markjaquith","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-18T05:15:18.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T07:12:24.151Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markjaquith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-18T02:57:41.000Z","updated_at":"2025-08-18T05:15:21.000Z","dependencies_parsed_at":"2025-08-18T07:22:38.723Z","dependency_job_id":null,"html_url":"https://github.com/markjaquith/markdown-format","commit_stats":null,"previous_names":["markjaquith/markdown-format"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/markjaquith/markdown-format","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fmarkdown-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fmarkdown-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fmarkdown-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fmarkdown-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markjaquith","download_url":"https://codeload.github.com/markjaquith/markdown-format/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markjaquith%2Fmarkdown-format/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278672055,"owners_count":26025826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-06T20:18:20.708Z","updated_at":"2025-10-06T20:18:22.072Z","avatar_url":"https://github.com/markjaquith.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markdown-format\n\nA fast and efficient Markdown formatter built with Bun.\n\n## Quick Start\n\nYou can run this tool directly without installation using `bunx` and pipe your Markdown content to it:\n\n```bash\ncat your-file.md | bunx github:markjaquith/markdown-format\n```\n\n## Installation\n\nTo install dependencies locally:\n\n```bash\nbun install\n```\n\n## Usage\n\nThis tool can read Markdown from a file or stdin and outputs formatted Markdown to stdout.\n\n### Run locally\n\n```bash\n# Read from a file\nbun run index.ts your-file.md\n\n# Read from stdin\ncat your-file.md | bun run index.ts\n```\n\n### Run with bunx (no installation required)\n\n```bash\n# Read from a file\nbunx github:markjaquith/markdown-format your-file.md\n\n# Pipe from stdin\ncat your-file.md | bunx github:markjaquith/markdown-format\n\n# Pipe from another command\necho \"# Hello World\" | bunx github:markjaquith/markdown-format\n\n# Format and save to a new file\nbunx github:markjaquith/markdown-format input.md \u003e output.md\n\n# Or using stdin\ncat input.md | bunx github:markjaquith/markdown-format \u003e output.md\n```\n\n## About\n\nThis project provides a streamlined way to format and standardize Markdown files. Built with [Bun](https://bun.com) for maximum performance and ease of use.\n\nCreated with `bun init` in bun v1.2.20.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjaquith%2Fmarkdown-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkjaquith%2Fmarkdown-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkjaquith%2Fmarkdown-format/lists"}