@ecommy/connectors
v0.1.0
Published
Meta package — re-exports @ecommy/connector-core + all provider connectors (Shopify split out; Mollie/Klaviyo/Bol local for now) + the connector registries. Lets a consumer install everything at once. Phase A = READ-ONLY ingest.
Readme
@ecommy/connectors
Meta package — the everything-at-once surface. Re-exports
@ecommy/connector-core plus every connector from its own
package, and the connector registries. Install this if you want the lot; or
install per-connector (@ecommy/connector-shopify, …) on the one core foundation.
Phase A = READ-ONLY ingest.
Install
npm install @ecommy/connectors # core + all connectors + registriesUse
import {
ShopifyConnector,
MollieConnector,
CONNECTOR_REGISTRY, // Phase-A factories: shopify, mollie
PHASE_B_CONNECTOR_REGISTRY, // gated: bol
KLAVIYO_MANIFEST, // low-code manifest
type IngestEnvelope, // re-exported from core
} from "@ecommy/connectors";
const connector = CONNECTOR_REGISTRY.shopify?.();Packages
| Package | |
| --- | --- |
| @ecommy/connector-core | the foundation (base, lifecycle, envelope, manifest, CLI) |
| @ecommy/connector-shopify | Shopify |
| @ecommy/connector-mollie | Mollie |
| @ecommy/connector-bol | Bol (Phase-B-gated) |
| @ecommy/connector-klaviyo | Klaviyo (low-code manifest) |
New connectors: ecommy-connector init. Locked rules: CLAUDE.md. Consumer
guide: docs/connectors/CONSUMER.md.
Run: pnpm --filter @ecommy/connectors test.
