aicmd
1.0.0
언어를 사용하여 쉘 명령을 작성할 수 있는 CLI 프로그램입니다.
AICMD는 Node.js를 기반으로 합니다. 계속하기 전에 Node.js를 설치하세요. 최소 필수 버전은 Node.js 16입니다.
로컬 LLM을 호스팅하려면 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]
나에게 커피를 사다