Skip to content

nithin-sivakumar/term-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termai

npm version npm downloads GitHub license

An npm package for interacting with AI in the terminal.

Installation

You can install termai via npm:

npm install termai

Or using yarn:

yarn add termai

Usage

Once installed, you can use termai directly by running:

npx termai --api-key YOUR_API_KEY_HERE

If you do not wish to specify the API_KEY here, create a .env file in the same directory, and paste the following code:

GEMINI_KEY=YOUR_API_KEY_HERE

Make sure to replace YOUR_API_KEY_HERE with your actual API_KEY

This will initiate the interaction with the AI in the terminal.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or want to suggest improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published