{"id":15418145,"url":"https://github.com/asklar/unbroken","last_synced_at":"2025-04-19T14:40:18.715Z","repository":{"id":41844890,"uuid":"248373089","full_name":"asklar/unbroken","owner":"asklar","description":"Markdown link validator","archived":false,"fork":false,"pushed_at":"2023-01-07T22:41:41.000Z","size":321,"stargazers_count":2,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T08:43:49.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asklar.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":"2020-03-19T00:24:11.000Z","updated_at":"2022-01-14T14:20:10.000Z","dependencies_parsed_at":"2023-02-08T03:00:26.161Z","dependency_job_id":null,"html_url":"https://github.com/asklar/unbroken","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asklar%2Funbroken","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asklar%2Funbroken/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asklar%2Funbroken/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asklar%2Funbroken/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asklar","download_url":"https://codeload.github.com/asklar/unbroken/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249716256,"owners_count":21315062,"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-01T17:19:31.761Z","updated_at":"2025-04-19T14:40:18.686Z","avatar_url":"https://github.com/asklar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unbroken\r\n## A module to detect broken links in Markdown files\r\n\r\nUnbroken is a NodeJS command-line utility to detect broken links in .md files.\r\n### Usage\r\n`npx unbroken [options]`\r\nThe exit code represents the number of errors detected so you can use it e.g. in CI loops.\r\n\r\n#### Options\r\n```\r\nC:\\rnw\u003enpx unbroken -?\r\nUnbroken 1.0 - no more broken links in markdown!\r\n\r\nOptions\r\n\r\n  -e, --exclusions \u003cfile\u003e            The exclusions file. Default is .unbroken_exclusions\r\n  -l, --local-only                   Do not test http and https links\r\n  -d, --dir \u003cdirectory\u003e              The directory to crawl\r\n  -i, --init                         Creates a default exclusions file if one doesn't already exist\r\n  -a, --allow-local-line-sections    Whether links to local files are allowed to have line sections like\r\n                                     foo.cpp#L12\r\n  -q, --quiet\r\n  -s, --superquiet\r\n  -?, --help\r\n```\r\n  Project home: [https://github.com/asklar/unbroken](https://github.com/asklar/unbroken)\r\n\r\n### Exclusions \u0026 suppressions\r\nYou can create a `.unbroken_exclusions` file to suppress individual errors, or to skip traversing certain directories.\r\nJust copy/paste the error you want to suppress from the output onto the `.unbroken_exclusions` file, or add a directory prefix preceded by a !.\r\nYou can also use globs.\r\n\r\nExample:\r\n\r\n```\r\nURL not found https://github.com/microsoft/react-native-windows/tree/master/current while parsing test\\readme.md (HTTP 404)\r\n\r\n!node_modules\r\n\r\n!test\\test2\\test.md\r\n\r\n!**/node_modules\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasklar%2Funbroken","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasklar%2Funbroken","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasklar%2Funbroken/lists"}