yt_cli 2.3.0+1 copy "yt_cli: ^2.3.0+1" to clipboard
yt_cli: ^2.3.0+1 copied to clipboard

A CLI tool for the YouTube Data, Live Streaming, and Analytics APIs.

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

With Flutter:

 $ flutter 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.3.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:yt_cli/yt_cli.dart';
1
likes
160
points
45
downloads

Documentation

API reference

Publisher

verified publishercdavis.ca

Weekly Downloads

A CLI tool for the YouTube Data, Live Streaming, and Analytics APIs.

Homepage
Repository (GitHub)
View/report issues

Topics

#youtube #cli #api #live-streaming #oauth2

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

args, dio, loggy, oauth2, universal_io, yt

More

Packages that depend on yt_cli