A unified tool for Dart development.
A unified tool for Dart development.
Usage: dartdev <command> [arguments]
Global options:
-h, --help Print this usage information.
-v, --verbose Show verbose output.
--[no-]color Whether to use terminal colors.
--version Reports the version of this tool.
Available commands:
analyze Analyze the project's source code.
build Build the project.
create Create a new project.
format Format source files.
help Display help information for dartdev.
pub Perform package management operations.
run Run a Dart script or snapshot.
test Run unit tests.
Run "dartdev help <command>" for more information about a command.