a suite of packages used to build on the Teams Platform.
all scripts can be run for a particular workspace by appending
--workspace=${name}
$: npm run build
$: npm run clean
$: npm run fmt
for apps/samples only
$: npm run dev
for packages only
$: npm run test
ℹ️ core packages used to build client/server apps for Teams.
@microsoft/teams.apps
@microsoft/teams.ai
@microsoft/teams.api
@microsoft/teams.botbuilder
@microsoft/teams.cards
@microsoft/teams.cli
@microsoft/teams.client
@microsoft/teams.common
@microsoft/teams.config
@microsoft/teams.dev
@microsoft/teams.devtools
@microsoft/teams.graph
@microsoft/teams.openai
ℹ️ external packages (typically plugins) used to integrate with other platforms.
ℹ️ used to test the SDK or as a visual sample of how certain features can be implemented.
⚠️ WARNING these samples are changed often and are not intended to be used outside the projects monorepo. To easily setup a new project please use the templates available via the@microsoft/teams.cli
and follow the Getting Started documentation!