platform-common-utilities/README.md

20 lines
1.3 KiB
Markdown
Raw Normal View History

2021-09-11 02:17:30 +00:00
# Belatuk Common Utilities
## About
2021-09-12 00:03:13 +00:00
This repository contains the common utility packages required for developing dart backend framework.
2021-09-11 02:17:30 +00:00
## Available Packages
2021-09-16 03:29:03 +00:00
* [Body Parser](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/body_parser)
* [Code Buffer](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/code_buffer)
* [Combinator](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/combinator)
* [Html Builder](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder)
* [JSON Serializer](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/json_serializer)
* [Merge Map](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/merge_map)
* [Pretty Logging](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pretty_logging)
* [Pub Sub](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pub_sub)
* [Range Header](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/range_header)
* [Symbol Table](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/symbol_table)
* [User Agent](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/user_agent)
2021-09-11 02:17:30 +00:00