teams project new typescript
Create a new TypeScript Teams app
Usage​
teams project new typescript <name> [options]
Arguments​
| Argument | Description | Required |
|---|---|---|
name | App name | Yes |
Options​
| Flag | Description |
|---|---|
-t, --template <template> | App template (ai, echo, graph, mcp, mcpclient, tab) (default: echo) |
--client-id <id> | [OPTIONAL] Azure app client ID |
--client-secret <secret> | [OPTIONAL] Azure app client secret |
-s, --start | [OPTIONAL] Auto-start project after creation |
--json | [OPTIONAL] Output as JSON |