{"id":19923035,"url":"https://github.com/abdealijaroli/govert","last_synced_at":"2026-04-29T10:07:20.843Z","repository":{"id":220760536,"uuid":"752518047","full_name":"abdealijaroli/govert","owner":"abdealijaroli","description":"Markdown to HTML converter in Go with concurrent batch conversion and live preview.","archived":false,"fork":false,"pushed_at":"2024-02-10T08:04:47.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T10:57:24.427Z","etag":null,"topics":["batch-conversion","channels","go","golang","goroutines","markdown"],"latest_commit_sha":null,"homepage":"","language":"Go","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/abdealijaroli.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-02-04T04:21:29.000Z","updated_at":"2024-05-28T03:02:42.000Z","dependencies_parsed_at":"2024-02-10T09:20:43.458Z","dependency_job_id":"45f007f0-1c87-4c30-a90e-3e15aea701e5","html_url":"https://github.com/abdealijaroli/govert","commit_stats":null,"previous_names":["abdealijaroli/govert"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/abdealijaroli/govert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdealijaroli%2Fgovert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdealijaroli%2Fgovert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdealijaroli%2Fgovert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdealijaroli%2Fgovert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdealijaroli","download_url":"https://codeload.github.com/abdealijaroli/govert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdealijaroli%2Fgovert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32420432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["batch-conversion","channels","go","golang","goroutines","markdown"],"created_at":"2024-11-12T22:12:49.608Z","updated_at":"2026-04-29T10:07:20.826Z","avatar_url":"https://github.com/abdealijaroli.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Govert\n\nGovert is a Command Line Interface (CLI) application for converting Markdown to HTML with Concurrent Batch Conversion and Live Preview.\n\n## Installation\n\nTo use Govert, follow these steps:\n\n1. Clone the repository to your local machine:\n\n    ```bash\n    git clone https://github.com/abdealijaroli/govert.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd govert\n    ```\n\n3. Build the binary:\n\n    ```bash\n    go build -o bin/govert ./cmd/govert\n    ```\n\n## Usage\n\nTo convert a Markdown file to HTML using Govert, run the binary with the input and output file paths as arguments:\n\n```bash\n./bin/govert input.md output.html\n```\n\nIf you don't specify an output path, the output will be written to \"output.html\" by default.\n\n\n```bash\n./bin/govert input.md\n```\n\nTo convert a directory of Markdown files to HTML using Govert, run the binary with the input and output directory paths as arguments:\n\n\n```bash \n./bin/govert -d path/to/input-directory\n```\n\nYou don't need to specify an output directory, the output will be written to \"outputDir\" by default.\n\n\nTo open live preview of the converted HTML file, run the binary with the input file path as argument:\n\n```bash\n./bin/govert -l input.md\n```\n\n\n## Contributing\n\nContributions are welcome! To contribute to Govert, follow these steps:\n\n1. Fork this repository.\n\n2. Create a new branch:\n\n    ```bash\n    git checkout -b feature/branch-name\n    ```\n\n3. Make your changes and commit them:\n\n    ```bash\n    git commit -m 'Add some feature'\n    ```\n\n4. Push to the main branch:\n\n    ```bash\n    git push origin feature/branch-name\n    ```\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdealijaroli%2Fgovert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdealijaroli%2Fgovert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdealijaroli%2Fgovert/lists"}