bond_cli 0.0.4+3 copy "bond_cli: ^0.0.4+3" to clipboard
bond_cli: ^0.0.4+3 copied to clipboard

A CLI tool for efficient Flutter Bond app development, streamlining tasks like project setup and package management.

Bond CLI #

Bond CLI is a command-line tool for streamlining Flutter Bond app development.

Installation #

dart pub global activate bond_cli

Local Development #

To activate the Bond CLI for local development, run the following command:

dart pub global activate --source="path" . --executable="bond" --overwrite

Important: After each update to the code, you may need to delete the cached snapshot of the Bond CLI to ensure your changes are reflected.

To delete the cached snapshot, navigate to the following path and remove the snapshot files:

.dart_tool/pub/bin/bond_cli/*.snapshot

This step ensures that your code changes are recognized during development.

1
likes
130
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool for efficient Flutter Bond app development, streamlining tasks like project setup and package management.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, interact, meta, native_project_manipulator

More

Packages that depend on bond_cli