clix 1.2.0 copy "clix: ^1.2.0" to clipboard
clix: ^1.2.0 copied to clipboard

Powerful Dart CLI toolkit for building interactive command-line apps with prompts, colors, logging, and progress indicators.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clix

With Flutter:

 $ flutter pub add clix

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

dependencies:
  clix: ^1.2.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:clix/clix.dart';
1
likes
160
points
135
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Powerful Dart CLI toolkit for building interactive command-line apps with prompts, colors, logging, and progress indicators.

Repository (GitHub)
View/report issues

Topics

#cli #terminal #interactive #prompts #dart-tools

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

args

More

Packages that depend on clix