Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:30 +08:00
commit 9134e0d224
4 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "typescript-skills",
"description": "Collection of TypeScript coding skills for generating, explaining, refactoring, and testing TypeScript code",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Nick Nance",
"email": "nnance@gmail.com"
},
"skills": [
"./skills/node-ts-cli"
]
}