aicmd
1.0.0
برنامج CLI يسمح لك بكتابة أوامر shell باستخدام لغة محايدة.
يعتمد 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]
اشتري لي قهوة