{"id":26819454,"url":"https://github.com/grayfallstown/html2maud","last_synced_at":"2025-07-30T23:10:33.043Z","repository":{"id":65153691,"uuid":"584671731","full_name":"grayfallstown/html2maud","owner":"grayfallstown","description":"Library / CLI / GUI to convert html to maud template code","archived":false,"fork":false,"pushed_at":"2024-02-25T14:22:10.000Z","size":1866,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T05:18:39.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/grayfallstown.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}},"created_at":"2023-01-03T08:04:38.000Z","updated_at":"2025-01-07T11:40:56.000Z","dependencies_parsed_at":"2023-02-15T10:16:02.888Z","dependency_job_id":"4125d8cc-8610-4531-84e8-83f50d2b3dac","html_url":"https://github.com/grayfallstown/html2maud","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"2575d2fff8b4670e15f7279f69db5afc35cb4185"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayfallstown%2Fhtml2maud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayfallstown%2Fhtml2maud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayfallstown%2Fhtml2maud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayfallstown%2Fhtml2maud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grayfallstown","download_url":"https://codeload.github.com/grayfallstown/html2maud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540956,"owners_count":21447426,"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":[],"created_at":"2025-03-30T05:18:36.446Z","updated_at":"2025-04-24T00:49:18.763Z","avatar_url":"https://github.com/grayfallstown.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# html2maud\n\nLibrary / CLI / GUI to convert html to [maud]() template code.\n\n\n# Online version\n\n[html2maud online](https://grayfallstown.github.io/html2maud/)\n\n# Binary Usage\n\n`cargo install html2maud-bin`\n\n`html2maud-bin --in my.html --out my.maud`\n\n`cat my.html | html2maud-bin --stdin`\n\n```\nUsage: html2maud [OPTIONS]\n\nOptions:\n  -i, --in \u003cinput html file\u003e\n  -o, --out \u003coutput maud file\u003e\n  -s, --stdin\n  -h, --help                    Print help information\nhtml2maud-bin without parameters will start the GUI\n```\n\n# GUI\n\nrun `html2maud-bin` without parameters and a basic [tauri](\"https://tauri.app/) + [pâro](https://github.com/grayfallstown/paro-rs) GUI will start, allowing for a faster workflow.\n\n# Library Usage\n\n```\nuse html2maud::*;\n\nfn main() {\n    let html = \"\u003cdiv\u003e\u003cp\u003eParagraph\u003c/p\u003e\u003c/div\u003e\";\n    let maud = html2maud(html);\n    println(\"{}\", maud);\n}\n```\n\n# LICENCE\n\nMIT or Apache 2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayfallstown%2Fhtml2maud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrayfallstown%2Fhtml2maud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayfallstown%2Fhtml2maud/lists"}