aicmd
1.0.0
一个 CLI 程序,允许您使用自然语言编写 shell 命令。
AICMD 基于 Node.js。在继续之前安装 Node.js。所需的最低版本是 Node.js 16。
举办本地法学硕士需要 Ollama。
直接使用 npx 运行它:
npx aicmd create a javascript code file that prints hello world, and run it
或者,全局安装 aicmd:
npm i -g aicmd
然后每次都更轻松地运行它:
aicmd create a javascript code file that prints hello world, and run it
输出:
echo console.log( " Hello World! " ) > hello.js && node hello.js
Execute the command above ? [y/N]
给我买杯咖啡