claudio 1.0.0 copy "claudio: ^1.0.0" to clipboard
claudio: ^1.0.0 copied to clipboard

Command-line interface for claudio

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate claudio

Use it

The package has the following executables:

$ claudio

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add claudio

With Flutter:

 $ flutter pub add claudio

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

dependencies:
  claudio: ^1.0.0

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:claudio/claudio.dart';
0
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Command-line interface for claudio

Repository (GitHub)
View/report issues

Topics

#llm #command-line #tools #automation #productivity

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

args, cli_annotations, crypto, fast_log, glob, http, path, toxic, watcher, yaml

More

Packages that depend on claudio