Third party API client for eCourier.
Install the client in your JavaScript project:
npx install @devite/ecourier-client
That's it! You can now use the eCourier API in your project ✨
import { ECourierClient } from '@devite/ecourier-client';
// TODO: Add examples
Local development
# 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