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]
給我買杯咖啡