boot_cli 0.1.6+1 copy "boot_cli: ^0.1.6+1" to clipboard
boot_cli: ^0.1.6+1 copied to clipboard

CLI tool for the Boot framework.

boot_cli #

Developer CLI for the Boot Framework.

Install #

dart pub global activate boot_cli

Commands #

Command Description
boot create app <name> Scaffold a new Boot application
boot create library <name> Scaffold a new Boot library
boot build Run code generation (build_runner)
boot serve Build and run the server
boot serve -w Watch mode with auto-restart
boot test Build and run tests
boot test -w Watch mode for tests
boot doctor Diagnose project issues
boot beans List registered beans
boot routes List registered routes
boot --version Show CLI version

Options #

boot create app myapp --git git@github.com:org/dart-boot.git --ref master
0
likes
140
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tool for the Boot framework.

Repository (GitHub)
View/report issues

Topics

#boot #cli #developer-tools #codegen

License

MIT (license)

Dependencies

args, io, path

More

Packages that depend on boot_cli