https://github.com/dart-lang/webdev
A CLI for Dart web development.
https://github.com/dart-lang/webdev
Last synced: 26 days ago
JSON representation
A CLI for Dart web development.
- Host: GitHub
- URL: https://github.com/dart-lang/webdev
- Owner: dart-lang
- Created: 2017-12-20T19:55:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T21:50:48.000Z (3 months ago)
- Last Synced: 2025-03-31T13:03:55.192Z (2 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/webdev
- Size: 21 MB
- Stars: 212
- Watchers: 39
- Forks: 81
- Open Issues: 199
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Authors: AUTHORS
Awesome Lists containing this project
README
[](https://github.com/dart-lang/webdev/actions?query=workflow%3A%22Dart+CI%22+branch%3Amain)
## Packages
| Package | Description | Version |
|---|---|---|
| [dwds](dwds/) | A service that proxies between the Chrome debug protocol and the Dart VM service protocol. | [](https://pub.dev/packages/dwds) |
| [frontend_server_client](frontend_server_client/) | Client code to start and interact with the frontend_server compiler from the Dart SDK. | [](https://pub.dev/packages/frontend_server_client) |
| [webdev](webdev/) | A CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart. | [](https://pub.dev/packages/webdev) |## Publishing automation
For information about our publishing automation and release process, see
https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.