dart_orpc_cli 0.1.0-dev.3 copy "dart_orpc_cli: ^0.1.0-dev.3" to clipboard
dart_orpc_cli: ^0.1.0-dev.3 copied to clipboard

CLI tooling for dart_orpc development workflows.

dart_orpc_cli #

Command-line tooling for dart_orpc application development, including serving a generated application and watching source files for regeneration and restart.

dart run dart_orpc_cli:dart_orpc --help

Create an app #

Generate a minimal hello-world server:

dart_orpc create hello_app
cd hello_app
dart run build_runner build
dart run bin/server.dart

The generated app exposes hello.say through POST /rpc and GET /hello. Pass --no-pub-get to skip dependency resolution during creation.

0
likes
130
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tooling for dart_orpc development workflows.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on dart_orpc_cli