@microsoft/generator-bot-adaptive
v1.4.2
Published
Yeoman generator for creating a base bot built on the Azure Bot Framework and the Adaptive stack.
Downloads
571
Readme
@microsoft/generator-bot-adaptive
This generator is for creating an Azure Bot Framework bot using the Adaptive Dialog stack. This generator is designed to be used as a base for other more purpose-specific generators, and is responsible for scaffolding:
- The basic bot project (code files, root dialog, base schema) for your bot, based on the platform you choose (.NET or JavaScript)
- The publishing environment for your bot (Azure Functions, or a Web App)
You can also use our generator for generating bot generators to help you create your own generators and templates.
Supported Languages
- English (en-US)
Resource Deployment
This template contains scaffold code for publishing your bot to either Azure Functions, or Azure Web App. You can also choose to use neither option, and publish to your own web application hosting service of choice.
Usage
Creating your own templates
If you need to create your own templates, you can use this generator as a base, and extend it to meet your needs with Yeoman generator composition. Learn more about creating your own templates in our documentation.
From the command-line
This template can also be installed from the command line.