docs: add shorebird_code_push_updater to top-level README (#23)

This commit is contained in:
Felix Angelov
2023-03-06 15:45:58 -06:00
committed by GitHub
parent f113d9f025
commit 32e5ec14bc
+1
View File
@@ -23,6 +23,7 @@ This repository is a monorepo containing the following packages:
| [shorebird_cli](packages/shorebird_cli/README.md) | Command-line which allows developers to interact with various Shorebird services |
| [shorebird_code_push_api](packages/shorebird_code_push_api/README.md) | Server which exposes endpoints to support CodePush for Flutter applications |
| [shorebird_code_push_api_client](packages/shorebird_code_push_api_client/README.md) | Dart library which allows Dart applications to interact with the ShoreBird CodePush API |
| [shorebird_code_push_updater](packages/shorebird_code_push_updater/README.md) | Rust library which handles the CodePush logic and does the real update work |
For more information, please refer to the documentation for each package.