{"id":19662865,"url":"https://github.com/baskeboler/html2hiccup","last_synced_at":"2026-06-08T22:31:14.319Z","repository":{"id":85110275,"uuid":"515434588","full_name":"baskeboler/html2hiccup","owner":"baskeboler","description":"split text editor that converts html to hiccup format","archived":false,"fork":false,"pushed_at":"2022-11-03T11:03:48.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-21T22:02:15.479Z","etag":null,"topics":["converter","hiccup","html"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baskeboler.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-19T04:31:48.000Z","updated_at":"2025-09-04T14:10:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"39073f1d-0eb6-40eb-8999-eef818fe4d57","html_url":"https://github.com/baskeboler/html2hiccup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baskeboler/html2hiccup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fhtml2hiccup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fhtml2hiccup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fhtml2hiccup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fhtml2hiccup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baskeboler","download_url":"https://codeload.github.com/baskeboler/html2hiccup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fhtml2hiccup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34083848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["converter","hiccup","html"],"created_at":"2024-11-11T16:12:35.079Z","updated_at":"2026-06-08T22:31:14.295Z","avatar_url":"https://github.com/baskeboler.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# html2hiccup\n[![Clojure CI](https://github.com/baskeboler/html2hiccup/actions/workflows/clojure.yml/badge.svg)](https://github.com/baskeboler/html2hiccup/actions/workflows/clojure.yml)\n\nconvert html snippets to hiccup with ease \n\n## Installation\n\nDownload from https://github.com/html2hiccup/html2hiccup\n\n## Usage\n\nFIXME: explanation\n\nRun the project directly, via `:exec-fn`:\n\n    $ clojure -X:run-x\n\nRun the project, overriding the name to be greeted:\n\n    $ clojure -X:run-x :name '\"Someone\"'\n\nRun the project directly, via `:main-opts` (`-m html2hiccup.html2hiccup`):\n\n    $ clojure -M:run-m\n    Hello, World!\n\nRun the project, overriding the name to be greeted:\n\n    $ clojure -M:run-m Via-Main\n    Hello, Via-Main!\n\n\nRun the project's CI pipeline and build an uberjar (this will fail until you edit the tests to pass):\n\n    $ clojure -T:build ci\n\nThis will produce an updated `pom.xml` file with synchronized dependencies inside the `META-INF`\ndirectory inside `target/classes` and the uberjar in `target`. You can update the version (and SCM tag)\ninformation in generated `pom.xml` by updating `build.clj`.\n\nIf you don't want the `pom.xml` file in your project, you can remove it. The `ci` task will\nstill generate a minimal `pom.xml` as part of the `uber` task, unless you remove `version`\nfrom `build.clj`.\n\nRun that uberjar:\n\n    $ java -jar target/html2hiccup-0.1.0-SNAPSHOT.jar\n\nIf you remove `version` from `build.clj`, the uberjar will become `target/html2hiccup-standalone.jar`.\n\n## Options\n\nFIXME: listing of options this app accepts.\n\n## Screenshots\n\n![alt](doc/images/screenshot.png)\n\n### Bugs\n\n...\n\n### Any Other Sections\n### That You Think\n### Might be Useful\nclojure -T:build test\n## License\n\nCopyright © 2022 Victor\n\n_EPLv1.0 is just the default for projects generated by `clj-new`: you are not_\n_required to open source this project, nor are you required to use EPLv1.0!_\n_Feel free to remove or change the `LICENSE` file and remove or update this_\n_section of the `README.md` file!_\n\nDistributed under the Eclipse Public License version 1.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskeboler%2Fhtml2hiccup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaskeboler%2Fhtml2hiccup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskeboler%2Fhtml2hiccup/lists"}