gemini_cli 0.0.1 copy "gemini_cli: ^0.0.1" to clipboard
gemini_cli: ^0.0.1 copied to clipboard

Command line tool to provide generative AI using Google Gemini LLM.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate gemini_cli

Use it

The package has the following executables:

$ gemini

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gemini_cli

With Flutter:

 $ flutter pub add gemini_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gemini_cli: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gemini_cli/gemini_cli.dart';
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

Command line tool to provide generative AI using Google Gemini LLM.

Repository (GitHub)
View/report issues

Topics

#cli #gemini #generative #ai

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ansi_styles, args, cli_launcher, cli_util, google_generative_ai

More

Packages that depend on gemini_cli