help_ai
Version:
_help_ai_ is an npm CLI tool designed to assist non-CLI developers and DevOps engineers in configuring and completing terminal tasks with a single prompt.
37 lines (36 loc) • 668 B
JSON
{
"conversation": [
{
"user": {
"data": "Create a new node project in Document folder",
"isUser": true
},
"ai": {
"command": "cd ~/Documents && mkdir new-node-project && cd new-node-project",
"status": "incomplete"
}
},
{
"user": {
"data": "",
"isUser": false,
"isOutput": true
},
"ai": {
"command": "npm init -y",
"status": "incomplete"
}
},
{
"user": {
"data": "",
"isUser": false,
"isOutput": true
},
"ai": {
"command": "",
"status": "complete"
}
}
]
}