gesso 1.0.3 copy "gesso: ^1.0.3" to clipboard
gesso: ^1.0.3 copied to clipboard

A lightweight, chainable terminal styling library for Dart that makes your console output beautiful and expressive with ANSI escape sequences.

example/gesso_example.dart

import 'package:gesso/gesso.dart';

void main() {
  final g = Gesso().bold.italic.red;
  gPrint(String s) => g(s);

  gPrint('pippo');
}
2
likes
85
points
35
downloads

Publisher

verified publishermarcomit.it

Weekly Downloads

A lightweight, chainable terminal styling library for Dart that makes your console output beautiful and expressive with ANSI escape sequences.

Repository (GitHub)
View/report issues

Topics

#terminal #ansi #styling #console #logging

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on gesso