{"id":15683996,"url":"https://github.com/boxed/midje-readme","last_synced_at":"2025-08-26T19:22:40.137Z","repository":{"id":18889539,"uuid":"22107384","full_name":"boxed/midje-readme","owner":"boxed","description":"A Leiningen plugin to pull tests from your README.md into midje.","archived":false,"fork":false,"pushed_at":"2015-11-26T03:07:13.000Z","size":21,"stargazers_count":10,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-07T15:06:01.952Z","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":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxed.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}},"created_at":"2014-07-22T14:35:35.000Z","updated_at":"2020-02-15T15:06:58.000Z","dependencies_parsed_at":"2022-09-25T03:12:09.218Z","dependency_job_id":null,"html_url":"https://github.com/boxed/midje-readme","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fmidje-readme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fmidje-readme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fmidje-readme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fmidje-readme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxed","download_url":"https://codeload.github.com/boxed/midje-readme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902614,"owners_count":21822261,"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-03T17:09:30.287Z","updated_at":"2025-05-07T15:06:06.301Z","avatar_url":"https://github.com/boxed.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# midje-readme\n\nA Leiningen plugin to pull tests from your README.md into midje automatically. This will make it easy to make sure your readme doesn't contain any errors.\n\n## Latest version\n\n[![Clojars Project](http://clojars.org/midje-readme/latest-version.svg)](http://clojars.org/midje-readme)\n\n## Usage\n\nPut `[midje-readme \"1.0.8\"]` into the `:plugins` vector of your project.clj.\n\nBy default midje-readme will put\n\n`\n(:require [your-project-namespace :refer :all])\n`\n\ninto the test file, attempting to guess at the namespace to use according the \"lein new\" default.\n\nYou can override this by putting\n\n`\n:midje-readme {:require \"[your-project.something-else :refer [whatever]]\"}\n`\n\ninto your project.clj.\n\nWhen you run a leiningen command the plugin will create a file \"test/readme.clj\" that contains the code in your readme. Line numbers will be the same as in your readme so debugging should be pretty easy.\n\nYou might want to add test/readme.clj to your .gitignore too.\n\nYou can show that your README is tested with this badge: [![Examples tested with midje-readme](http://img.shields.io/badge/readme-tested-brightgreen.svg)](https://github.com/boxed/midje-readme) Copy paste the markdown syntax below:\n\n    [![Examples tested with midje-readme](http://img.shields.io/badge/readme-tested-brightgreen.svg)](https://github.com/boxed/midje-readme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fmidje-readme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxed%2Fmidje-readme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fmidje-readme/lists"}