{"id":16345466,"url":"https://github.com/unclechu/clojure-todo-app","last_synced_at":"2025-07-04T16:32:01.877Z","repository":{"id":66006956,"uuid":"427147347","full_name":"unclechu/clojure-todo-app","owner":"unclechu","description":"TODO list application written in Closure","archived":false,"fork":false,"pushed_at":"2021-11-12T00:31:29.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T15:44:40.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","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/unclechu.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":"2021-11-11T21:24:28.000Z","updated_at":"2021-11-12T00:31:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"2775853a-8108-40e4-a78d-d284a04aa345","html_url":"https://github.com/unclechu/clojure-todo-app","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"f28f71ff055fa87704c1f7a6e23ad6950b80e857"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unclechu/clojure-todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fclojure-todo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fclojure-todo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fclojure-todo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fclojure-todo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unclechu","download_url":"https://codeload.github.com/unclechu/clojure-todo-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fclojure-todo-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263577236,"owners_count":23483129,"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-10-11T00:31:55.520Z","updated_at":"2025-07-04T16:32:01.834Z","avatar_url":"https://github.com/unclechu.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TODO list application written in Closure\n\nFor the sake of learning Closure.\n\n**Status: Work in Progress! Do not expect the app to work!\nBoth backend and frontend are not implemented yet!**\n\n## How to build and run\n\nI recommend to use [Nix](https://nixos.org/guides/install-nix.html).\n\nTechnically, if you have Clojure installed you could just run:\n\n``` sh\n(cd backend \u0026\u0026 clojure -M -m clojure-todo-app.main --help)\n```\n\n### Using Nix\n\nTo build and run the app you can just do:\n\n``` sh\nnix-build\nresult/bin/clojure-todo-app-backend --help\n```\n\n#### Build the environment\n\nYou can build the development environment and make a GC root so its stays in\nthe Nix Store and doesn’t get garbage collected.\n\n``` sh\nnix-build -A env -o result-env\n```\n\n#### Update deps.nix file\n\n`default.nix` provides `clj2nix` attribute\nso you can just build it first and then run:\n\n``` sh\nnix-build -A clj2nix -o result-clj2nix\nresult-clj2nix/bin/clj2nix backend/deps.edn backend/deps.nix\n```\n\n## Development\n\n### vim-lsp\n\nWhen you enter a Nix Shell (`nix-shell`) you get `clojure-lsp` (you can also\ninstall it manually if you don’t use Nix) in your `PATH` environment variable.\nIn case you are using (Neo)Vim and `vim-lsp` plugin then you can register the\nLSP server like this:\n\n``` viml\nif executable('clojure-lsp')\n  aug ClosureLsp\n  au! User lsp_setup cal lsp#register_server({\n    \\ 'name': 'clojure-lsp',\n    \\ 'cmd': {server_info-\u003e['clojure-lsp']},\n    \\ 'allowlist': ['clojure'],\n    \\ })\n  aug END\nen\n```\n\nIf you have `clojure-lsp` executable in your `PATH` the server should start\nautomagically when you open a `*.clj` file (make sure your Vim recognizes those\nfiles as `clojure` file type).\n\nThen you could try to run some commands like `:LspReferences`.\n\n## Author\n\nViacheslav Lotsmanov\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclechu%2Fclojure-todo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funclechu%2Fclojure-todo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclechu%2Fclojure-todo-app/lists"}