{"id":22901781,"url":"https://github.com/mbuczko/revolt-edge","last_synced_at":"2025-10-04T11:18:01.707Z","repository":{"id":142126442,"uuid":"136847955","full_name":"mbuczko/revolt-edge","owner":"mbuczko","description":"Sample use of revolt library","archived":false,"fork":false,"pushed_at":"2019-08-06T19:57:31.000Z","size":2286,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T02:13:50.475Z","etag":null,"topics":["clojure","tools-deps"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mbuczko.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":"2018-06-10T21:59:02.000Z","updated_at":"2019-09-17T14:56:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba8f0150-77fc-4c91-8a87-3acc367a11f8","html_url":"https://github.com/mbuczko/revolt-edge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbuczko/revolt-edge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuczko%2Frevolt-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuczko%2Frevolt-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuczko%2Frevolt-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuczko%2Frevolt-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbuczko","download_url":"https://codeload.github.com/mbuczko/revolt-edge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuczko%2Frevolt-edge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278302691,"owners_count":25964553,"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-10-04T02:00:05.491Z","response_time":63,"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":["clojure","tools-deps"],"created_at":"2024-12-14T01:40:52.551Z","updated_at":"2025-10-04T11:18:01.691Z","avatar_url":"https://github.com/mbuczko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![REPL session](revolt.gif?raw=true \"session\")\n\nThis is a sample project making use of [defunkt/revolt](https://github.com/mbuczko/revolt) library.\n\nAll the magic happens in `deps.edn` which contains a few _dev_ aliases with extra-dependencies required by certain plugins.\n\n* `:dev` - general development dependencies (revolt as dependency goes here)\n* `:dev/nrepl` - nrepl and cider-related dependencies.\n* `:dev/cljs` - clojurescript related dependencies along with all clojurescript libs used in project.\n* `:dev/pack` - packaging dependencies (capsule).\n\nNow, depending on needs some or all of theses aliases may be used by `clj` tool with `-A` parameter.\n\nHere are some examples:\n\n### activate nrepl plugin only (eg. to be able to connect from Cider)\n``` sh\nclj -A:dev:dev/nrepl -p nrepl\n```\n\n### clean target dir and activate rebel\n``` sh\nclj -A:dev:dev/cljs -p rebel -t clean\n```\n\n### activate filesystem watcher, nRepl, figwheel, rebel plugins, regenerate CSSes and initialize tests\n``` sh\nclj -A:dev:dev/nrepl:dev/cljs -p watch,nrepl,figwheel,rebel -t clean,sass,test\n```\n\n### build a codox documentation (run a codox task)\n``` sh\nclj -A:dev:dev/cljs -t codox:name=foo:version=1.2.2\n```\n\n### build a codox documentation based on preconfigured project information\n``` sh\nclj -A:dev:dev/cljs -t info,codox\n```\n\n### build a fat, aot-ed capsule - aka \"all deps included\" (run clean, info, sass, cljs aot and capsule tasks)\n``` sh\nclj -A:dev:dev/cljs:dev/pack -t clean,info,aot,sass,cljs:compiler.optimizations=advanced,assets,capsule\n```\n\n### build a thin capsule (run clean, info, sass, cljs and capsule tasks)\n``` sh\nclj -A:dev:dev/cljs:dev/pack -t clean,info,sass,cljs:compiler.optimizations=advanced,assets,capsule:capsule-type=thin\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbuczko%2Frevolt-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbuczko%2Frevolt-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbuczko%2Frevolt-edge/lists"}