{"id":24206148,"url":"https://github.com/basemax/markdown-to-html-converter","last_synced_at":"2026-04-13T00:35:25.903Z","repository":{"id":272114914,"uuid":"915067559","full_name":"BaseMax/markdown-to-html-converter","owner":"BaseMax","description":"A simple CLI tool for converting Markdown content to HTML, built with Node.js.","archived":false,"fork":false,"pushed_at":"2025-01-11T23:27:15.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T23:48:19.248Z","etag":null,"topics":["javascript","js","markdown","markdown-converter","markdown-lang","markdown-language","markdown-parser","markdown-previewer","markdown-to-html","markdown-viewer","md","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-01-10T22:27:39.000Z","updated_at":"2025-01-12T07:38:36.000Z","dependencies_parsed_at":"2025-01-12T09:00:24.457Z","dependency_job_id":"fab7e942-1e49-4997-b17f-db177bcfaf17","html_url":"https://github.com/BaseMax/markdown-to-html-converter","commit_stats":null,"previous_names":["basemax/markdown-to-html-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/markdown-to-html-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fmarkdown-to-html-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fmarkdown-to-html-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fmarkdown-to-html-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fmarkdown-to-html-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/markdown-to-html-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fmarkdown-to-html-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273385787,"owners_count":25096177,"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-09-03T02:00:09.631Z","response_time":76,"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":["javascript","js","markdown","markdown-converter","markdown-lang","markdown-language","markdown-parser","markdown-previewer","markdown-to-html","markdown-viewer","md","nodejs"],"created_at":"2025-01-14T00:19:12.741Z","updated_at":"2026-04-13T00:35:25.869Z","avatar_url":"https://github.com/BaseMax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown to HTML Converter\n\nA simple CLI tool for converting Markdown content to HTML, built with Node.js.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/BaseMax/markdown-to-html-converter\n   cd markdown-to-html-converter\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Make the CLI executable:\n   ```bash\n   chmod +x index.js\n   ```\n\n4. Link the tool globally:\n   ```bash\n   npm link\n   ```\n\n## Usage\n\n```bash\nUsage:\n  markdown-to-html [options]\n\nOptions:\n  -i, --input \u003cfile\u003e      Path to the input Markdown file (optional if using stdin)\n  -o, --output \u003cfile\u003e     Path to the output HTML file (optional)\n  -h, --help              Show this help message\n\nExamples:\n  markdown-to-html -i input.md -o output.html\n  cat input.md | markdown-to-html\n```\n\n### Examples\n\n1. Convert a Markdown file to HTML and save it to an output file:\n   ```bash\n   markdown-to-html -i input.md -o output.html\n   ```\n\n2. Convert Markdown from standard input:\n   ```bash\n   cat input.md | markdown-to-html\n   ```\n\n3. Print the converted HTML to the console:\n   ```bash\n   markdown-to-html -i input.md\n   ```\n\n## License\n\nMIT\n\n(c) Copyright 2025, Max Base\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fmarkdown-to-html-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fmarkdown-to-html-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fmarkdown-to-html-converter/lists"}