{"id":15611591,"url":"https://github.com/boxdot/elmit","last_synced_at":"2025-08-16T12:07:50.374Z","repository":{"id":78593646,"uuid":"44094592","full_name":"boxdot/elmit","owner":"boxdot","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-23T20:21:08.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T15:11:24.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elm","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/boxdot.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}},"created_at":"2015-10-12T08:35:55.000Z","updated_at":"2015-10-12T09:26:27.000Z","dependencies_parsed_at":"2023-04-12T18:16:12.026Z","dependency_job_id":null,"html_url":"https://github.com/boxdot/elmit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boxdot/elmit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Felmit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Felmit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Felmit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Felmit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxdot","download_url":"https://codeload.github.com/boxdot/elmit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Felmit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270709019,"owners_count":24631992,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-03T06:05:36.710Z","updated_at":"2025-08-16T12:07:50.349Z","avatar_url":"https://github.com/boxdot.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"_Work in progress!_\n\n# Elmit\n\nA simple converter from to Html (with a Handlebars flavour) to Elm.\n\n## Build\n\n```(bash)\nmake init\nmake\n```\n\nThis will install dependencies (`jison` and `elm-console`), compile the parser and build `elmit.js` in the `build` directory.\n\n## Usage\n\n```(bash)\n$ cat\u003c\u003cEOF | node build/elmit.js\n\u003cdiv class=\"main\"\u003e\n    \u003ch1\u003eHello\u003c/h1\u003e\n    \u003cp class=\"body\"\u003e\n        lorem ipsum\n    \u003c/p\u003e\n\u003c/div\u003e\nEOF\n```\n\nOutput\n```(elm)\n-- compiled from html\nmodule ToDo where\n\nimport Html exposing (..)\nimport Html.Attributes exposing (..)\nimport Html.Events exposing (..)\n\n\nview =\n  [ div\n    [ class \"main\"\n    ]\n    [ h1 []\n      [ text \"Hello\"\n      ]\n    , p\n      [ class \"body\"\n      ]\n      [ text \"lorem ipsum\"\n      ]\n    ]\n  ]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxdot%2Felmit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxdot%2Felmit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxdot%2Felmit/lists"}