This monorepo currently publishes a single package: @teez-sdk/teez-b2c-api.
| Package | Description |
|---|---|
@teez-sdk/teez-b2c-api |
Typed Teez B2C API SDK with runtime validation and operation registry |
See the package README for usage examples and SDK-specific API notes.
This project uses npm workspaces.
- Node.js (v20.9 or higher recommended)
- npm
Install dependencies for all packages from the root directory:
npm installRun these commands from the repository root:
npm install
npm run typecheck -w @teez-sdk/teez-b2c-api
npm run test -w @teez-sdk/teez-b2c-api
npm run build -w @teez-sdk/teez-b2c-api
npm run lint -w @teez-sdk/teez-b2c-apiThe root package currently acts as a workspace container, so most day-to-day scripts are run against a package with npm run <script> -w <workspace-name>.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/amazing-feature). - Commit your changes (
git commit -m 'Add some amazing feature'). - Push to the branch (
git push origin feature/amazing-feature). - Open a Pull Request.
MIT