0.0.4 • Published 1 month ago

@medecom/medusa-utils v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

MedEcom Utility NPM Package

This npm package provides functionality to connect with the Medusa backend and can be used as services.

Installation

You can install the MedEcom utility npm package using npm:

npm i @medecom/medusa-utils

You can install the MedEcom npm package using pnpm:

pnpm i @medecom/medusa-utils

Usages

you can use this by importing services and then using the functions as needed

import {services} from '@medecom/medusa-utils'
const data = await services.CartServices.fetchCart(
    ...
)

Contributions

We are in early phase of this npm package and needs contribution from the community.

0.0.4

1 month ago

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago