{"id":21804909,"url":"https://github.com/pez/minimal-reveal-deps","last_synced_at":"2025-03-21T07:41:43.767Z","repository":{"id":66560146,"uuid":"599623205","full_name":"PEZ/minimal-reveal-deps","owner":"PEZ","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-09T14:35:34.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T04:25:17.130Z","etag":null,"topics":[],"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/PEZ.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-09T14:35:09.000Z","updated_at":"2023-02-10T15:36:25.000Z","dependencies_parsed_at":"2023-02-28T20:15:37.133Z","dependency_job_id":null,"html_url":"https://github.com/PEZ/minimal-reveal-deps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PEZ%2Fminimal-reveal-deps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PEZ%2Fminimal-reveal-deps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PEZ%2Fminimal-reveal-deps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PEZ%2Fminimal-reveal-deps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PEZ","download_url":"https://codeload.github.com/PEZ/minimal-reveal-deps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759811,"owners_count":20505709,"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":"2024-11-27T11:57:23.915Z","updated_at":"2025-03-21T07:41:42.498Z","avatar_url":"https://github.com/PEZ.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minimal tools-deps reveal project w/ nrepl middleware\n\nTo check that the Reveal nrepl middleware works for you, you can try this first without Calva:\n\n## Start the nREPL server\n\nIn one terminal:\n\n```sh\nclojure -Sdeps '{:deps {nrepl/nrepl {:mvn/version,\"1.0.0\"},cider/cider-nrepl {:mvn/version,\"0.28.5\"}}}' -A:reveal-nrepl-middleware\nnREPL server started on port ... on host localhost - nrepl://localhost:...\n```\n\nYou should see the Reveal window open. Blank.\n\n## Connect to the nREPL server\n\nIn another terminal:\n\n```sh\nclojure -Sdeps '{:deps {reply/reply {:mvn/version \"0.5.1\"}}}' -M -m reply.main --attach `\u003c .nrepl-port`\nREPL-y 0.5.1, nREPL 1.0.0\nClojure 1.11.1\nOpenJDK 64-Bit Server VM 18.0.2.1+1\n        Exit: Control+D or (exit) or (quit)\n    Commands: (user/help)\n        Docs: (doc function-name-here)\n              (find-doc \"part-of-name-here\")\nFind by Name: (find-name \"part-of-name-here\")\n      Source: (source function-name-here)\n     Javadoc: (javadoc java-object-or-class-here)\nWARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat\nuser=\u003e \n```\n\nYou should see the same things echoed in the Reveal window.\n\nEvaluate something on that prompt. Say:\n\n```clojure\nuser=\u003e 42\n42\n```\n\nYou should see this evaluation happening in the Reveal window too.\n\n## Using Calva\n\nJack-in selecting the deps.edn project type and select to launch with the alias `:reveal-nrepl-middleware`.\n\nYou should see the Reveal window open.\n\nLoad `src/hello.clj` and evaluate something there.\n\nYou should see the evaluation echo in the Reveal window.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpez%2Fminimal-reveal-deps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpez%2Fminimal-reveal-deps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpez%2Fminimal-reveal-deps/lists"}