1.3.1 • Published 1 year ago

aicmd v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

AICMD

build

A CLI program that allows you to run shell commands using nautral language. screenshot

Prerequisites

AICMD is based on Node.js. Install Node.js before proceeding. Minimum required version is Node.js 16.

Usage

Run it directly using npx:

npx aicmd create a javascript code file that prints hello world, and run it

Alternatively, install aicmd globally:

npm i -g aicmd

And then run it more easily each time:

aicmd create a javascript code file that prints hello world, and run it

Output:

echo console.log("Hello World!") > hello.js && node hello.js
Execute the command above? [y/N]