{"id":28816468,"url":"https://github.com/paraseba/lein-reload","last_synced_at":"2025-07-18T03:07:11.344Z","repository":{"id":1539825,"uuid":"1845696","full_name":"paraseba/lein-reload","owner":"paraseba","description":"Leiningen plugin. Reload namespaces in modified files","archived":false,"fork":false,"pushed_at":"2013-11-20T21:33:28.000Z","size":103,"stargazers_count":29,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T22:05:47.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/paraseba.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":"2011-06-04T04:22:55.000Z","updated_at":"2023-06-23T19:20:27.000Z","dependencies_parsed_at":"2022-08-16T13:40:36.470Z","dependency_job_id":null,"html_url":"https://github.com/paraseba/lein-reload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paraseba/lein-reload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraseba%2Flein-reload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraseba%2Flein-reload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraseba%2Flein-reload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraseba%2Flein-reload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paraseba","download_url":"https://codeload.github.com/paraseba/lein-reload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraseba%2Flein-reload/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260595747,"owners_count":23033789,"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":"2025-06-18T17:05:31.553Z","updated_at":"2025-07-18T03:07:11.336Z","avatar_url":"https://github.com/paraseba.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lein-reload\n\nLeiningen plugin to reload namespaces in modified files\n\n## Usage\n\nAdd `[lein-reload \"1.0.0\"]` to your `dev-dependencies` in\n`project.clj`.\n\nStart an interactive leiningen session\n\n    lein interactive\n\ntest your code inside the leiningen shell\n\n    lein\u003e test\n\ncode to make it work, then reload and re-test\n\n    lein\u003e reload\n    lein\u003e test\n\nreload will be fast, since it will only reload the files you modified\nsince last time.\n\nIf you want to automatically get a reload every time you test, you can add a hook\nin your `project.clj` file\n\n    :hooks [leiningen.hooks.reload-on-test]\n\nThen in the leiningen shell, modified files will be reloaded every time you\ncall test, test! or retest, you don't need to call reload explicitly:\n\n    lein\u003e test\n    lein\u003e retest\n\n## Disclaimer\n\nThe code that detects changed files is a direct rip-off of\nhttps://github.com/weavejester/ring-reload-modified\n\n## License\n\nCopyright (C) 2011 Sebastián B. Galkin\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaseba%2Flein-reload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparaseba%2Flein-reload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaseba%2Flein-reload/lists"}