{"id":13367689,"url":"https://github.com/lorepozo/ghmarkdown","last_synced_at":"2026-01-02T08:05:19.718Z","repository":{"id":26992654,"uuid":"30456555","full_name":"lorepozo/ghmarkdown","owner":"lorepozo","description":"The complete command-line tool for GitHub-flavored markdown","archived":false,"fork":false,"pushed_at":"2017-11-23T21:28:44.000Z","size":336,"stargazers_count":32,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-19T07:38:56.768Z","etag":null,"topics":["live","markdown"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lorepozo.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2015-02-07T13:29:07.000Z","updated_at":"2024-02-09T15:01:01.000Z","dependencies_parsed_at":"2022-08-28T10:22:10.347Z","dependency_job_id":null,"html_url":"https://github.com/lorepozo/ghmarkdown","commit_stats":null,"previous_names":["lucasem/ghmarkdown"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorepozo%2Fghmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorepozo%2Fghmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorepozo%2Fghmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorepozo%2Fghmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lorepozo","download_url":"https://codeload.github.com/lorepozo/ghmarkdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243290654,"owners_count":20267757,"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","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":["live","markdown"],"created_at":"2024-07-30T00:02:00.802Z","updated_at":"2026-01-02T08:05:19.676Z","avatar_url":"https://github.com/lorepozo.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"ghmarkdown\n==========\n\n| |PyPi version|\n\nThe complete command-line tool for GitHub-flavored markdown. It provides\na convenient interface for the API provided by GitHub.\n\nghmarkdown's ``--serve`` feature let's you locally view your markdown\n**live**, so you can view your changes as you work!\n\n|usage gif|\n\nFeatures\n--------\n\n-  Host your markdown locally to easily view your changes upon refresh.\n-  Easy to `install \u003c#installation\u003e`__\n-  Easy to `use \u003c#usage\u003e`__\n-  Works on Mac, Linux, and Windows\n\nInstallation\n------------\n\n.. code:: bash\n\n    pip install ghmarkdown\n\nUsage\n-----\n\nRun your markdown on a local server:\n\n.. code:: bash\n\n    # these do the same thing\n    $ ghmarkdown -si my_file.md\n    $ ghmarkdown --serve --input my_file.md\n    $ cat my_file.md | ghmarkdown --serve # doesn't update changes\n\nParse your markdown to HTML locally:\n\n.. code:: bash\n\n    # these do the same thing\n    $ ghmarkdown -i my_file.md -o my_page.html\n    $ ghmarkdown --input my_file.md --output my_page.html\n    $ cat my_file.md | ghmarkdown \u003e my_page.html\n\nSee all features and parameters:\n\n::\n\n    $ ghmarkdown --help\n    usage:\n      ghmarkdown [--help | --version] [--login] [--bare] [--verbose] [--input MD]\n                 [--output HTML | --serve [--port PORT]]\n\n    The complete command-line tool for GitHub-flavored markdown\n\n    optional arguments:\n      -h, --help            show this help message and exit\n      --version\n      --input MD, -i MD     input markdown file (otherwise STDIN)\n      --output HTML, -o HTML\n                            output html file (otherwise STDOUT)\n      --login, -l           allows for more requests\n      --bare, -b            disable standalone html (gives fragment)\n      --verbose, -v         displays server output and rate information\n      --serve, -s           locally serve parsed markdown\n      --port PORT, -p PORT\n\nGitHub limits usage of its api, so if you want more than 60 req/hr use\n``--login`` (you'll get 5000 req/hr)\n\n.. |PyPi version| image:: https://img.shields.io/pypi/v/ghmarkdown.svg\n   :target: https://pypi.python.org/pypi/ghmarkdown/\n.. |Python version| image:: https://img.shields.io/badge/Python-3-brightgreen.svg?style=flat\n.. |usage gif| image:: https://raw.githubusercontent.com/lucasem/ghmarkdown/master/demo.gif\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florepozo%2Fghmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florepozo%2Fghmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florepozo%2Fghmarkdown/lists"}