{"id":16726081,"url":"https://github.com/tatut/nrepl-doc-inject","last_synced_at":"2025-04-10T10:23:32.981Z","repository":{"id":66827698,"uuid":"105777393","full_name":"tatut/nrepl-doc-inject","owner":"tatut","description":"NREPL middleware to inject community docstrings","archived":false,"fork":false,"pushed_at":"2017-10-04T16:48:19.000Z","size":169,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T09:11:34.232Z","etag":null,"topics":["clojure","documentation"],"latest_commit_sha":null,"homepage":"","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/tatut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-10-04T14:19:02.000Z","updated_at":"2018-02-16T16:46:22.000Z","dependencies_parsed_at":"2023-08-01T08:00:12.574Z","dependency_job_id":null,"html_url":"https://github.com/tatut/nrepl-doc-inject","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/tatut%2Fnrepl-doc-inject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatut%2Fnrepl-doc-inject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatut%2Fnrepl-doc-inject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatut%2Fnrepl-doc-inject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tatut","download_url":"https://codeload.github.com/tatut/nrepl-doc-inject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199086,"owners_count":21063641,"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":["clojure","documentation"],"created_at":"2024-10-12T22:52:03.269Z","updated_at":"2025-04-10T10:23:32.972Z","avatar_url":"https://github.com/tatut.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nrepl-doc-inject\n\n[![CircleCI](https://circleci.com/gh/tatut/nrepl-doc-inject.svg?style=svg)](https://circleci.com/gh/tatut/nrepl-doc-inject) ![PR welcome](https://img.shields.io/badge/pull%20requests-welcome-green.svg)\n\nMy stab at improving Clojure docstrings. NREPL middleware to load community\ndocstrings and inject them.\n\n# How to use\n\n* Clone this and `lein install` it (not on clojars yet)\n* Add dependency to project dev or user profile `[nrepl-doc-inject \"0.1-SNAPSHOT\"]`\n* Add middleware to :repl-options / :nrepl-middleware\n\n```clojure\n(defproject your-project \"version\"\n  ;; deps etc\n  :profiles {:dev {:dependencies [[nrepl-doc-inject \"0.1-SNAPSHOT\"]]}}\n  :repl-options {:nrepl-middleware [nrepl-doc-inject.core/doc-middleware]})\n```\n\n![use in cider](https://raw.githubusercontent.com/tatut/nrepl-doc-inject/master/images/reify.png)\n\n\n# How to contribute\n\nAll namespace vars are in the same file under `docs` folder with the `.edn` suffix.\n\nAdd new documentation for functions or totally new namespaces.\n\nSend PRs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatut%2Fnrepl-doc-inject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftatut%2Fnrepl-doc-inject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatut%2Fnrepl-doc-inject/lists"}