{"id":18037674,"url":"https://github.com/bbatsov/lein-annotations","last_synced_at":"2025-03-27T09:31:53.225Z","repository":{"id":8770141,"uuid":"10455571","full_name":"bbatsov/lein-annotations","owner":"bbatsov","description":"Display comment annotations in your project","archived":false,"fork":false,"pushed_at":"2020-01-29T12:44:38.000Z","size":5,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-28T02:59:47.513Z","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/bbatsov.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}},"created_at":"2013-06-03T13:54:11.000Z","updated_at":"2024-04-23T18:36:45.000Z","dependencies_parsed_at":"2022-07-21T14:32:24.854Z","dependency_job_id":null,"html_url":"https://github.com/bbatsov/lein-annotations","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/bbatsov%2Flein-annotations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbatsov%2Flein-annotations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbatsov%2Flein-annotations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbatsov%2Flein-annotations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbatsov","download_url":"https://codeload.github.com/bbatsov/lein-annotations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221822438,"owners_count":16886503,"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-30T13:13:15.876Z","updated_at":"2024-10-30T13:13:16.348Z","avatar_url":"https://github.com/bbatsov.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lein-annotations\n\nA Leiningen plugin to display all comment annotations(`TODO`, `FIXME`,\n`OPTIMIZE`, etc) in your Clojure project.\n\nIt's inspired by the similar `rake notes` functionality available in Ruby on Rails.\n\n## Usage\n\nPut `[lein-annotations \"0.2.0\"]` into the `:plugins` vector\nof your `project.clj`.\n\nAfterwards just run:\n\n    $ lein annotations\n\nYou'll see a summary like:\n\n```\ntest.clj:  8: ;; FIXME this blows up from time to time\ntest.clj: 11: ;; OPTIMIZE this is doing a lot of useless computations right now\n```\n\nYou can also specify exactly what annotations to display:\n\n    $ lein annotations FIXME REFACTOR HACK\n\n## License\n\nCopyright © 2013-2020 Bozhidar Batsov\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbatsov%2Flein-annotations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbatsov%2Flein-annotations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbatsov%2Flein-annotations/lists"}