Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 1.27 KB

File metadata and controls

82 lines (53 loc) · 1.27 KB

Core System API

Core System API documentation.

Chinese Version

Dependencies

Please install Node.js and pnpm first.

pnpm installation:

npm install --global corepack@latest
corepack enable pnpm

Install Packages

pnpm i

Build

You need to compile after editing to preview.

pnpm build
Other Commands

Format Check

pnpm format

Compilation

OpenAPI

pnpm compile

Yaak

pnpm yaak

You need to compile OpenAPI before compiling Yaak

Clean Compiled Files

pnpm clean

Output Files

The output files will be in tsp-output/schema/openapi.yaml. You can preview using:

Publish SDK

git checkout main
git pull
git tag v0.1.0
git push origin v0.1.0