libs/order/README.md
# @daffodil/order
`@daffodil/order` provides platform-agnostic drivers as well as useful models and functions for managing customer orders.
## Installation
To install `@daffodil/order`, use the following commands in your terminal.
Install with npm:
```bash
npm install @daffodil/order --save
```
Install with yarn:
```bash
yarn add @daffodil/order
```