Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:11 +08:00
commit e00ff7f5c3
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "ex_doc",
"description": "ExDoc documentation validation plugin that checks for documentation issues before commits",
"version": "1.0.0-rc.4",
"author": {
"name": "Bradley Golden",
"url": "https://github.com/bradleygolden"
},
"hooks": [
"./hooks"
]
}