Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.02 KB

File metadata and controls

65 lines (42 loc) · 1.02 KB

Teams SDK

A set of packages that make it easy to build bots for Microsoft Teams.

Packages

Samples

Development

Prerequisites

Install Poetry

$: pip install poetry

Run Scripts On All Packages/Samples

The following scripts will run against all sub packages, if you need to run scripts against a specific package instead you should run the script from that packages directory.

Install Dependencies

$: python scripts/install.py

Build

$: python scripts/build.py

Test

$: python scripts/test.py

Lint

$: python scripts/lint.py

Format

$: python scripts/fmt.py

Clean

$: python scripts/clean.py