📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@microsoft/generator-bot-adaptive

Package Overview
Dependencies
Maintainers
11
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/generator-bot-adaptive

Yeoman generator for creating a base bot built on the Azure Bot Framework and the Adaptive stack.

1.4.2
latest
Source
npm
Version published
Weekly downloads
105
15.38%
Maintainers
11
Weekly downloads
 
Created
Source

@microsoft/generator-bot-adaptive NPM version

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.

License

MIT License

Keywords

microsoft

FAQs

Package last updated on 21 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts