{"id":16725882,"url":"https://github.com/severeoverfl0w/delegating-repl","last_synced_at":"2025-07-17T18:33:22.392Z","repository":{"id":75579970,"uuid":"242847221","full_name":"SevereOverfl0w/delegating-repl","owner":"SevereOverfl0w","description":"A ClojureScript REPL that Delegates to another REPL","archived":false,"fork":false,"pushed_at":"2020-02-24T21:28:32.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T15:27:51.783Z","etag":null,"topics":["clojurescript","kaocha"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/SevereOverfl0w.png","metadata":{"files":{"readme":"README.adoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-24T21:27:07.000Z","updated_at":"2021-03-01T20:38:49.000Z","dependencies_parsed_at":"2023-06-06T23:45:25.106Z","dependency_job_id":null,"html_url":"https://github.com/SevereOverfl0w/delegating-repl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SevereOverfl0w/delegating-repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fdelegating-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fdelegating-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fdelegating-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fdelegating-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevereOverfl0w","download_url":"https://codeload.github.com/SevereOverfl0w/delegating-repl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fdelegating-repl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265645463,"owners_count":23804188,"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":["clojurescript","kaocha"],"created_at":"2024-10-12T22:51:18.377Z","updated_at":"2025-07-17T18:33:22.375Z","avatar_url":"https://github.com/SevereOverfl0w.png","language":"Clojure","readme":"= Delegating ClojureScript REPL\n\nimage::https://img.shields.io/clojars/v/io.dominic/delegating-repl.svg[Clojars Project, link=https://clojars.org/io.dominic/delegating-repl, opts=interactive]\n\nThis is a ClojureScript REPL which simply delegates to another.\nBy wrapping another REPL in this way, we can add useful actions around certain parts of the lifecycle.\n\nThe only feature supported now is `:launch-command`, which is an alternative to the `:launch-browser` option in the browser repl where you choose how to launch.\nThe `:launch-command` is also run on a separate thread in order to avoid it holding up the launch of your tests.\n\nThis is most useful with https://github.com/lambdaisland/kaocha-cljs[kaocha-cljs] due to https://clojure.atlassian.net/browse/CLJ-2493[CLJ-2493].\nBut it is likely useful with other ClojureScript environments also.\n\n== Example Kaocha use\n\n[source,clojure]\n.tests.edn\n----\n:tests [{…\n         :cljs/repl-env io.dominic.delegating-repl.core/repl-env\n         :cljs/compiler-options\n         {:io.dominic.delegating-repl/repl-env cljs.repl.browser/repl-env\n          ;; Don't create visible GUI, prevent stealing focus.\n          :launch-command [\"chrome\" \"--silent-launch\" \"http://localhost:9000\"]\n          ;; Do create a visible tab, but don't worry, it won't block.\n          :launch-command [\"chrome\" \"http://localhost:9000\"]\n          ;; Prevent cljs.repl.browser from starting a browser.\n          :launch-browser false}}]\n----\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevereoverfl0w%2Fdelegating-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevereoverfl0w%2Fdelegating-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevereoverfl0w%2Fdelegating-repl/lists"}