Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:13 +08:00
commit b5d5675d20
5 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "word-count-checker",
"description": "Checks the word count of a file.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Tim Green",
"email": "rawveg@gmail.com"
},
"skills": [
"./skills/word-count-checker"
]
}