colorful_cmd 1.6.9 copy "colorful_cmd: ^1.6.9" to clipboard
colorful_cmd: ^1.6.9 copied to clipboard

A library for building a beautiful command line application in dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add colorful_cmd

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

dependencies:
  colorful_cmd: ^1.6.9

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:colorful_cmd/command.dart';
import 'package:colorful_cmd/component.dart';
import 'package:colorful_cmd/exception.dart';
import 'package:colorful_cmd/lang.dart';
import 'package:colorful_cmd/logger.dart';
import 'package:colorful_cmd/utils.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A library for building a beautiful command line application in dart.

Homepage

License

MIT (LICENSE)

Dependencies

args, console

More

Packages that depend on colorful_cmd