Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:24 +08:00
commit e2cd613e37
14 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "taskie",
"description": "A simple framework of reusable prompts that makes it easy to implement features & projects of almost any level of complexity while maintaining a high level of code quality.",
"version": "1.1.5",
"author": {
"name": "Igor Pletnjov",
"url": "https://github.com/ipletnjov-tw"
},
"commands": [
"./commands"
]
}