Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnp/generator-teams
A Yeoman Generator for Microsoft Teams
https://github.com/pnp/generator-teams
bot bot-framework microsoft-teams msteamsdev office office365 typescript yeoman-generator
Last synced: 6 days ago
JSON representation
A Yeoman Generator for Microsoft Teams
- Host: GitHub
- URL: https://github.com/pnp/generator-teams
- Owner: pnp
- License: mit
- Created: 2017-03-03T10:24:18.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T13:16:48.000Z (12 months ago)
- Last Synced: 2024-05-29T12:37:34.678Z (6 months ago)
- Topics: bot, bot-framework, microsoft-teams, msteamsdev, office, office365, typescript, yeoman-generator
- Language: TypeScript
- Homepage: https://pnp.github.io/generator-teams
- Size: 24.6 MB
- Stars: 413
- Watchers: 52
- Forks: 108
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - pnp/generator-teams - A Yeoman Generator for Microsoft Teams (TypeScript)
README
#yoTeams - Teams App Generator
[![MIT](https://img.shields.io/npm/l/generator-teams.svg)](https://github.com/PnP/generator-teams/blob/master/LICENSE.md)
A [Yeoman Generator](http://yeoman.io/) for [Microsoft Teams](https://teams.microsoft.com) Apps projects. **The most comprehensive and complete development toolkit for Microsoft Teams development**. Yo Teams allows you to build Microsoft Teams applications based on TypeScript and node.js on your terms, in your editor of choice, without any external or online dependencies. Including support for extending Teams app sto other parts of the Microsoft 365 eco-system. More info at https://aka.ms/extendteamsapps.
This generator is built and maintained by the community, for the community.
This project consists of the Yeoman Generator for Microsoft Teams Apps ( `generator-teams` ) and package of Gulp tasks ( `yoteams-build-core` and `yoteams-deploy`).
## Packages
### generator-teams
[![npm version](https://badge.fury.io/js/generator-teams.svg)](https://www.npmjs.com/package/generator-teams)
[![npm](https://img.shields.io/npm/dt/generator-teams.svg)](https://www.npmjs.com/package/generator-teams)The `generator-teams` documentation and source code is found under [packages/generator-teams](https://github.com/pnp/generator-teams/tree/master/packages/generator-teams)
### yoteams-build-core
[![npm version](https://badge.fury.io/js/yoteams-build-core.svg)](https://www.npmjs.com/package/yoteams-build-core)
[![npm](https://img.shields.io/npm/dt/yoteams-build-core.svg)](https://www.npmjs.com/package/yoteams-build-core)The `yoteams-build-core` documentation and source code is found under [packages/yoteams-build-core](https://github.com/pnp/generator-teams/tree/master/packages/yoteams-build-core)
### yoteams-deploy
[![npm version](https://badge.fury.io/js/yoteams-deploy.svg)](https://www.npmjs.com/package/yoteams-deploy)
[![npm](https://img.shields.io/npm/dt/yoteams-deploy.svg)](https://www.npmjs.com/package/yoteams-deploy)The `yoteams-deploy` documentation and source code is found under [packages/yoteams-deploy](https://github.com/pnp/generator-teams/tree/master/packages/yoteams-deploy)
## Documentation
The documentation for the generator and the generated project can be found in the generator-teams [Github repository](https://github.com/pnp/generator-teams/tree/master/docs/docs) or in the [documentation website](https://pnp.github.io/generator-teams).
## More information
For more information on how Tabs and Bots can be used with Teams see the [Teams Developer Documentation](https://developer.microsoft.com/en-us/microsoft-teams?utm_source=yoteams)
## Be a part of the movement
If you want to be a part of the #YoTeams movement then head on over to the discussion at the [generator-teams Github Discussions forum](https://github.com/pnp/generator-teams/discussions) or follow us on [Twitter using the hashtag #yoteams](https://twitter.com/search?q=%23yoteams&src=typd). In case you want to contribute yourself, please read the contribution [guidelines](https://github.com/pnp/generator-teams/blob/master/docs/docs/contributing/contribution-guidelines.md) before.
## Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
## Supportability and SLA
This library is open-source and community provided library with active community providing support for it. This is not Microsoft provided module so there's no SLA or direct support for this open-source component from Microsoft. Please report any issues using the [issues list](https://github.com/pnp/generator-teams/issues).