vyuh_cli 0.0.10+4 copy "vyuh_cli: ^0.0.10+4" to clipboard
vyuh_cli: ^0.0.10+4 copied to clipboard

A command-line interface for the Vyuh Framework to generate Vyuh projects, features and schemas.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate vyuh_cli
copied to clipboard

Use it

The package has the following executables:

$ vyuh
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vyuh_cli
copied to clipboard

With Flutter:

 $ flutter pub add vyuh_cli
copied to clipboard

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

dependencies:
  vyuh_cli: ^0.0.10+4
copied to clipboard

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:vyuh_cli/vyuh_cli.dart';
copied to clipboard
7
likes
140
points
264
downloads
screenshot

Publisher

verified publishervyuh.tech

Weekly Downloads

2024.09.13 - 2025.03.28

A command-line interface for the Vyuh Framework to generate Vyuh projects, features and schemas.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#cli #vyuh #codegen #template #flutter

Documentation

API reference

License

unknown (license)

Dependencies

args, cli_completion, mason, mason_logger, meta, path, process_run, pub_updater, universal_io, yaml_edit

More

Packages that depend on vyuh_cli