yt_cli 2.2.6+2 copy "yt_cli: ^2.2.6+2" to clipboard
yt_cli: ^2.2.6+2 copied to clipboard

A command-line interface for YouTube.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate yt_cli

Use it

The package has the following executables:

$ yt

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yt_cli

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

dependencies:
  yt_cli: ^2.2.6+2

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

Import it

Now in your Dart code, you can use:

import 'package:yt_cli/command.dart';
import 'package:yt_cli/meta.dart';
1
likes
0
points
45
downloads

Publisher

verified publishercdavis.ca

Weekly Downloads

A command-line interface for YouTube.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

args, dio, googleapis_auth, universal_io, yt

More

Packages that depend on yt_cli