{"id":19917265,"url":"https://github.com/athos/clj-check","last_synced_at":"2025-05-03T06:30:47.279Z","repository":{"id":53607321,"uuid":"143683921","full_name":"athos/clj-check","owner":"athos","description":"lein-check alternative for Clojure CLI tool","archived":false,"fork":false,"pushed_at":"2024-03-31T13:19:05.000Z","size":18,"stargazers_count":23,"open_issues_count":3,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T11:51:30.904Z","etag":null,"topics":["check","clojure","lein"],"latest_commit_sha":null,"homepage":null,"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/athos.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}},"created_at":"2018-08-06T06:11:33.000Z","updated_at":"2024-04-21T09:51:44.000Z","dependencies_parsed_at":"2022-08-26T08:10:33.843Z","dependency_job_id":null,"html_url":"https://github.com/athos/clj-check","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athos%2Fclj-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athos%2Fclj-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athos%2Fclj-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athos%2Fclj-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athos","download_url":"https://codeload.github.com/athos/clj-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252154732,"owners_count":21702982,"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":["check","clojure","lein"],"created_at":"2024-11-12T21:49:16.999Z","updated_at":"2025-05-03T06:30:46.896Z","avatar_url":"https://github.com/athos.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clj-check\n\n`lein check` alternative for [Clojure CLI tool](https://clojure.org/guides/deps_and_cli)\n\nYou don't have to have Leiningen to check your codebase anymore :-)\n\n## Usage\n\nAdd the following to your `deps.edn`:\n\n```clj\n:aliases {:check {:extra-deps {io.github.athos/clj-check\n                               {:git/tag \"0.1.0\" :git/sha \"0ca84df\"}}\n                  :main-opts [\"-m\" \"clj-check.check\"]}}\n```\n\nIf your project has its codebase under some directories other than `src` (say `src/clj` and `src/cljc`), specify them as the command line arguments as follows:\n\n```clj\n:aliases {:check {...\n                  :main-opts [\"-m\" \"clj-check.check\" \"src/clj\" \"src/cljc\"]}}\n```\n\n\nThen, run `clj-check` via the declared alias:\n\n```\nclj -M:check\n```\n\n## License\n\nCopyright © 2018 Shogo Ohta\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathos%2Fclj-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathos%2Fclj-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathos%2Fclj-check/lists"}