termistyle 0.0.1 copy "termistyle: ^0.0.1" to clipboard
termistyle: ^0.0.1 copied to clipboard

Standalone terminal styling primitives — ANSI color palettes, box-drawing glyphs, display features, themes, and text utilities for CLI applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add termistyle

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

dependencies:
  termistyle: ^0.0.1

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:termistyle/termistyle.dart';
1
likes
0
points
139
downloads

Publisher

verified publisherjozz.biz

Weekly Downloads

Standalone terminal styling primitives — ANSI color palettes, box-drawing glyphs, display features, themes, and text utilities for CLI applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#terminal #cli #style #ansi #theme

License

unknown (license)

More

Packages that depend on termistyle