Skip to content

transloadit/node-sdk

Repository files navigation

Build Status Coverage

Transloadit Logo

Transloadit JavaScript/TypeScript SDKs

Monorepo for Transloadit SDKs and shared packages.

For SDK usage docs, see packages/node/README.md.

Packages

  • @transloadit/node — Node.js SDK + CLI (experimental). See packages/node/README.md.
  • transloadit — Stable unscoped package (built from @transloadit/node).
  • @transloadit/types — Shared TypeScript types.
  • @transloadit/utils — Shared utilities.
  • @transloadit/zod — Zod schemas for Transloadit APIs.

Development

  • Install: corepack yarn
  • Checks + unit tests: corepack yarn check
  • Node SDK unit tests: corepack yarn workspace @transloadit/node test:unit

See CONTRIBUTING.md for full guidelines.

Repo notes

  • Docs live under docs/.
  • The transloadit package is prepared via scripts/prepare-transloadit.ts.