Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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