{"id":23975799,"url":"https://github.com/therustmonk/elm-ace","last_synced_at":"2025-04-14T00:12:31.308Z","repository":{"id":77844579,"uuid":"65618764","full_name":"therustmonk/elm-ace","owner":"therustmonk","description":"Ace Editor component for Elm","archived":false,"fork":false,"pushed_at":"2018-02-22T12:59:33.000Z","size":22,"stargazers_count":30,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T00:12:17.975Z","etag":null,"topics":["ace","elm","elm-ui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/therustmonk.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":"2016-08-13T13:33:02.000Z","updated_at":"2025-02-06T16:03:06.000Z","dependencies_parsed_at":"2023-07-15T20:15:27.609Z","dependency_job_id":null,"html_url":"https://github.com/therustmonk/elm-ace","commit_stats":null,"previous_names":["therustmonk/elm-ace"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therustmonk%2Felm-ace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therustmonk%2Felm-ace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therustmonk%2Felm-ace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therustmonk%2Felm-ace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/therustmonk","download_url":"https://codeload.github.com/therustmonk/elm-ace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799954,"owners_count":21163404,"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":["ace","elm","elm-ui"],"created_at":"2025-01-07T06:51:20.421Z","updated_at":"2025-04-14T00:12:31.284Z","avatar_url":"https://github.com/therustmonk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ace in Elm\n\nThis package is for Ace component rendering. It is based on the [ace][] project.\n\n[ace]: https://github.com/ajaxorg/ace\n\n## Basic Usage\n\n```elm\ncontent : Html msg\ncontent =\n   Ace.toHtml\n      [ Ace.theme \"monokai\"\n      , Ace.mode \"lua\"\n      , Ace.value \"\"\n      ] []\n```\n\nImportant: This library don't load any `ace` library and you should add it youself in the `index.html`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherustmonk%2Felm-ace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherustmonk%2Felm-ace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherustmonk%2Felm-ace/lists"}