terradart_codegen 0.12.15
terradart_codegen: ^0.12.15 copied to clipboard
terradart maintainer tooling — parses Terraform provider schema JSON and Magic Modules YAML and emits curated factory wrappers via terradart wrap. Ships the terradart CLI.
example/main.dart
/// Example: invoke the terradart maintainer CLI.
///
/// ```bash
/// dart pub global activate terradart_codegen ^0.12.x
/// terradart wrap \
/// --provider hashicorp/google \
/// --source path/to/schema-dir \
/// --output path/to/output
/// ```
void main() {
// ignore: avoid_print
print('Run terradart_codegen via the `terradart` CLI; see README.');
}