{"id":28421611,"url":"https://github.com/salimov333/markdown-to-html-converter","last_synced_at":"2026-04-25T11:35:23.370Z","repository":{"id":246773362,"uuid":"822123234","full_name":"salimov333/markdown-to-html-converter","owner":"salimov333","description":"This project provides a command-line interface (CLI) tool for converting Markdown files to HTML using Node.js.","archived":false,"fork":false,"pushed_at":"2024-06-30T11:13:26.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T13:40:56.956Z","etag":null,"topics":["cli-app","commanderjs","converter-app","javascript","marked-js","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/salimov333.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}},"created_at":"2024-06-30T11:03:11.000Z","updated_at":"2025-05-11T23:34:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c741fa3-e93f-47e9-bab5-f2a50e6d8742","html_url":"https://github.com/salimov333/markdown-to-html-converter","commit_stats":null,"previous_names":["salimov333/markdown-to-html-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salimov333/markdown-to-html-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimov333%2Fmarkdown-to-html-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimov333%2Fmarkdown-to-html-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimov333%2Fmarkdown-to-html-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimov333%2Fmarkdown-to-html-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salimov333","download_url":"https://codeload.github.com/salimov333/markdown-to-html-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimov333%2Fmarkdown-to-html-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["cli-app","commanderjs","converter-app","javascript","marked-js","nodejs"],"created_at":"2025-06-05T06:09:02.618Z","updated_at":"2026-04-25T11:35:23.366Z","avatar_url":"https://github.com/salimov333.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown to HTML Converter\n\nThis project provides a command-line interface (CLI) tool for converting Markdown files to HTML using Node.js. The tool leverages the `marked` library for Markdown parsing and the `commander` library for building the CLI.\n\n## Features\n\n- Converts Markdown files to HTML.\n- Simple command-line interface.\n- Provides usage information and version details.\n\n## Installation\n\n1. Ensure you have [Node.js](https://nodejs.org/) installed.\n2. Clone this repository.\n3. Install the required dependencies:\n\n   ```sh\n   npm install\n   ```\n\n## Usage\n\nTo use the CLI tool, run the following command:\n\n```sh\nnode converter.js \u003cinputFilePath\u003e \u003coutputFilePath\u003e\n```\n\n### Arguments\n\n- `\u003cinputFilePath\u003e`: Path to the input Markdown file.\n- `\u003coutputFilePath\u003e`: Path to the output HTML file.\n\n### Example\n\n```sh\nnode converter.js example.md example.html\n```\n\nThis command will convert the `example.md` Markdown file to an `example.html` HTML file.\n\n## Help and Version Information\n\nYou can view the help information and version details using the following commands:\n\n```sh\nnode converter.js --help\nnode converter.js --version\n```\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalimov333%2Fmarkdown-to-html-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalimov333%2Fmarkdown-to-html-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalimov333%2Fmarkdown-to-html-converter/lists"}