Skip to content

pateyu/CLAIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMMAND LINE AI Assistant CLAIA

Installation & Setup

npm install

create an environment file and add you API key like this:

API_KEY=

To set up as a global command:

  1. Run chmod -x cli.js
  2. Run npm link while in the project folder

Usage

Call claia "<your prompt>" from any folder to call OpenAI.

Writing files

You can write the OpenAI API response to a file using the -o <filename> syntax.

Example:

CLAIA "make a python program that can ... " -o main.py

About

Command Line AI Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published