@tosin2013/kanbn
Version:
A CLI Kanban board with AI-powered task management features
36 lines (35 loc) • 602 B
JSON
{
"name": "Initialise",
"commands": [
"init",
"i"
],
"args": {
"string": [
"name",
"description",
"column",
"api-key",
"model",
"message"
],
"boolean": [
"interactive",
"ai",
"help"
],
"alias": {
"name": ["n"],
"description": ["d"],
"column": ["c"],
"interactive": ["i"],
"ai": ["a"],
"api-key": ["key", "k"],
"model": ["mod"],
"help": ["h"],
"message": ["m", "msg"]
}
},
"controller": "./src/controller/init",
"help": "./docs/commands/init.txt"
}