# @composio/ts-builders This package provides a set of utilities for programmatically generating TypeScript Abstract Syntax Trees. It is used to generate type stubs for TypeScript projects in the Composio CLI ([@composio/cli](./../cli/README.md)). ## Development ### Installation ```bash pnpm install ``` ### Build ```bash pnpm build ``` ### Test ```bash pnpm test ```