cli_badges 0.0.2 copy "cli_badges: ^0.0.2" to clipboard
cli_badges: ^0.0.2 copied to clipboard

Print badges to the terminal. Yup, those nifty little thingies we use on readmes, but for CLI apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cli_badges

With Flutter:

 $ flutter pub add cli_badges

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

dependencies:
  cli_badges: ^0.0.2

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:cli_badges/cli_badges.dart';
10
likes
140
points
31k
downloads

Publisher

unverified uploader

Weekly Downloads

Print badges to the terminal. Yup, those nifty little thingies we use on readmes, but for CLI apps.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on cli_badges