truesight_cli 1.1.0 copy "truesight_cli: ^1.1.0" to clipboard
truesight_cli: ^1.1.0 copied to clipboard

truesight cli to validate models generated by CodeGenerator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add truesight_cli

With Flutter:

 $ flutter pub add truesight_cli

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

dependencies:
  truesight_cli: ^1.1.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:truesight_cli/app_runner.dart';
import 'package:truesight_cli/extract_keys_command.dart';
import 'package:truesight_cli/greet_command.dart';
import 'package:truesight_cli/merge_arb_command.dart';
import 'package:truesight_cli/validate_models_command.dart';
1
likes
130
points
27
downloads

Publisher

verified publishertruesight.asia

Weekly Downloads

truesight cli to validate models generated by CodeGenerator

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on truesight_cli