1.0.0 • Published 8 months ago

ask-gemini-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Ask-Gemini CLI

A simple command-line tool to interact with the Gemini API. Ask anything, and get a response right in your terminal!

Installation

To install the ask-gemini-cli CLI tool globally, run the following command in your terminal:

npm install -g ask-gemini-cli

Usage

Once installed, you can use the ask-gemini command to interact with the Gemini AI. Simply run the following command:

ask-gemini

After running the command, you will be prompted to enter a question. Once you provide the prompt, the tool will return a response right in your terminal.

$ ask-gemini
Enter the prompt: who are you?
The response will appear here...
1.0.0

8 months ago