graycoreio/daffodil

View on GitHub
libs/order/README.md

Summary

Maintainability
Test Coverage
# @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
```