truesight_cli 1.1.0 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';