a7b307ee1e
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com> |
||
---|---|---|
.. | ||
python | ||
README.md |
README.md
Overview
The code generators for Microsoft Bot Framework V4 SDK have been moved to the SDK repositories.
They can be found following these links:
Language | Generator | Location |
---|---|---|
C# | .NET Core SDK Templates | botbuilder-dotnet |
C# | Visual Studio Extension | botbuilder-dotnet |
JavaScript, TypeScript | Yeoman Generator | botbuilder-js |
Python | Cookiecutter | botbuilder-python |
Java | Yeoman Generator | botbuilder-java |
Help Me Choose a Generator
Which code generator to use largely depends on the development tools and programming language you use. The table below can help you decide:
Language | Programming Editor | OS Support | Code Generator |
---|---|---|---|
C# | Visual Studio | Windows | Visual Studio Extension |
C# | VS Code, Atom, Textmate | Windows, macOS, Linux | .NET Core SDK Templates |
JavaScript, TypeScript | VS Code, Atom, Textmate | Windows, macOS, Linux | Yeoman Generator |
Python | VS Code, Atom, Textmate | Windows, macOS, Linux | Cookiecutter |
Java | VS Code, Atom, Textmate | Windows, macOS, Linux | Yeoman Generator |