aicmd
1.0.0
Ein CLI-Programm, mit dem Sie Shell-Befehle in natürlicher Sprache schreiben können.
AICMD basiert auf Node.js. Installieren Sie Node.js, bevor Sie fortfahren. Die erforderliche Mindestversion ist Node.js 16.
Ollama ist für das Hosten lokaler LLM erforderlich.
Führen Sie es direkt mit npx aus:
npx aicmd create a javascript code file that prints hello world, and run it
Alternativ können Sie aicmd global installieren:
npm i -g aicmd
Und dann jedes Mal einfacher ausführen:
aicmd create a javascript code file that prints hello world, and run it
Ausgabe:
echo console.log( " Hello World! " ) > hello.js && node hello.js
Execute the command above ? [y/N]
Kauf mir einen Kaffee