{"id":23508718,"url":"https://github.com/lovasko/wembley","last_synced_at":"2026-04-20T19:02:36.156Z","repository":{"id":56882576,"uuid":"74172232","full_name":"lovasko/wembley","owner":"lovasko","description":"Codebase pretty-printing ","archived":false,"fork":false,"pushed_at":"2017-04-11T09:15:11.000Z","size":87,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-18T18:33:57.049Z","etag":null,"topics":["code-highlight","latex","markdown","minted"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lovasko.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}},"created_at":"2016-11-18T22:43:13.000Z","updated_at":"2019-12-29T02:20:30.000Z","dependencies_parsed_at":"2022-08-20T23:10:49.519Z","dependency_job_id":null,"html_url":"https://github.com/lovasko/wembley","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lovasko/wembley","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fwembley","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fwembley/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fwembley/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fwembley/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasko","download_url":"https://codeload.github.com/lovasko/wembley/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasko%2Fwembley/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32061251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["code-highlight","latex","markdown","minted"],"created_at":"2024-12-25T11:31:41.845Z","updated_at":"2026-04-20T19:02:36.139Z","avatar_url":"https://github.com/lovasko.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wembley\n[![Build Status](https://travis-ci.org/lovasko/wembley.svg?branch=master)](https://travis-ci.org/lovasko/wembley)\n\n## Introduction\nCommand-line utility to pretty-print a whole codebase into a document form. \nThis output is usable for code reviews or archival purposes. Two formats are\nsupported as of now: GitHub Flavoured Markdown and LaTeX (package `minted` used\nfor source code rendering).\n\n## Usage\n```\n$ wembley --help\nwembley - pretty-print a whole codebase into a document\n\nUsage: wembley [-e|--extensions EXTS] (-n|--name NAME) [-f|--format FORMAT]\n               (-o|--output PATH) [-d|--root-dir PATH]\n\nAvailable options:\n  -h,--help                Show this help text\n  -e,--extensions EXTS     Comma-separated list of relevant file\n                           extensions (default: \"hs\")\n  -n,--name NAME           Name of the codebase. Appears in footers and as a\n                           title\n  -f,--format FORMAT       Format of the resulting document, supported: latex,\n                           markdown (default: latex)\n  -o,--output PATH         Location of the resulting document\n  -d,--root-dir PATH       Root source directory path (default: \".\")\n```\n\n## Install\nThere are two methods of obtaining the utility:\n * running `cabal install wembley`\n * cloning this repo and running `stack build --pedantic \u0026\u0026 stack exec wembley`\n\n## Example\nRunning the following command in your shell:\n```\n$ git clone https://github.com/lovasko/m_list.git\n$ wembley --extensions h,c       \\\n          --name       m_list    \\\n          --format     markdown  \\\n          --output     m_list.md \\\n          --root-dir   m_list/src\n```\nwill yield this\n[result](https://gist.github.com/lovasko/9900732a993ccaa335b81b4dc3b96135).\nOutput in the format `latex`, once rendered, looks like\n[this](example/m_list.pdf).\n\n## License\nThe `wembley` utility is licensed under the terms of the\n[3-clause BSD license](LICENSE).\n\n## Author\nDaniel Lovasko \u003cdaniel.lovasko@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasko%2Fwembley","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasko%2Fwembley","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasko%2Fwembley/lists"}