vyuh_cli 0.0.3 copy "vyuh_cli: ^0.0.3" to clipboard
vyuh_cli: ^0.0.3 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

Use it

The package has the following executables:

$ vyuh

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vyuh_cli

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.3

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:vyuh_cli/vyuh_cli.dart';
6
likes
0
pub points
0%
popularity

Publisher

verified publishervyuh.tech

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

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #vyuh #codegen #template #flutter

License

unknown (license)

Dependencies

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

More

Packages that depend on vyuh_cli