Skip to content

tailor-platform/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,944 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailor Platform SDK

Monorepo for Tailor Platform SDK development.

Prerequisites

See package.json for required Node.js and pnpm versions.

Installation

pnpm install

Development

# Run all tests
pnpm test

# Build all packages
pnpm build

# Type checking
pnpm typecheck

# Linting
pnpm lint
pnpm lint:fix

# Format code
pnpm format
pnpm format:check

# Run all checks (format, lint:fix, typecheck)
pnpm check

# Check CLI documentation matches command definitions
pnpm -C packages/sdk docs:check

# Update CLI documentation from command definitions
pnpm -C packages/sdk docs:update

Structure

├── packages/
│   ├── sdk/          # Main Tailor Platform SDK package
│   ├── create-sdk/   # Project scaffolding CLI
│   └── tailor-proto/        # Protocol buffer definitions
└── example/                 # Development and testing example

Release

Releases are managed by Changesets and automated through CI/CD.

# Create a changeset for your changes
pnpm changeset

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors