BotBuilder-Samples/generators
Axel Suárez a7b307ee1e
Updating download links (#2745)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2022-04-21 09:24:24 -05:00
..
python Updating download links (#2745) 2022-04-21 09:24:24 -05:00
README.md Update generators' README (#3630) 2022-01-31 17:08:47 -08:00

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