@devite/ecourier-client
v1.0.3
Published
Third party API client for eCourier.
Downloads
11
Readme
JavaScript client for eCourier
Third party API client for eCourier.
Quick Setup
Install the client in your JavaScript project:
npx install @devite/ecourier-clientThat's it! You can now use the eCourier API in your project ✨
Getting started
import { ECourierClient } from '@devite/ecourier-client';
// TODO: Add examplesContribution
# Install dependencies
pnpm install
# Generate module types and build the module
pnpm build
# Run ESLint
pnpm lint
# Run Vitest
pnpm test
pnpm test:watch
# Release new version
pnpm release