aicmd
1.0.0
自然言語を使用してシェル コマンドを作成できる CLI プログラム。
AICMD は Node.js に基づいています。先に進む前に Node.js をインストールしてください。最低限必要なバージョンは Node.js 16 です。
Ollama はローカル LLM をホストするために必要です。
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]
コーヒーを買ってきて