Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/generator-bot-empty

Package Overview
Dependencies
Maintainers
12
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/generator-bot-empty

Yeoman generator for creating an empty bot built on the Azure Bot Framework.

  • 1.0.0-preview-20210331.9c6c2d8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
131
increased by35.05%
Maintainers
12
Weekly downloads
 
Created
Source

@microsoft/generator-bot-empty NPM version

Yeoman generator for creating an empty bot built on the Azure Bot Framework.

The Empty Bot template creates a bot containing only a root dialog and a initial greeting dialog.

What this template is for

Use this template if you want to...

  • Start from scratch, without any extraneous files to delete.
  • Build your bot by composing an ad-hoc set of packages.

Packages

Your bot can use the Azure Bot Framework component model to extend the base functionality. From Composer, use the Package Manager to discover additional packages you can add to your bot.

Supported Languages

  • English (en-us)

Azure Resource Deployment

This template does not rely on any additional Azure Resources.

Using this template

From Composer

From Composer you'll use the New button on the Home screen to create a new bot. After creation, Composer will guide you through making customizations to your bot. If you'd like to extend your bot with code, you can open up your bot using your favorite IDE (like Visual Studio) from the location you choose during the creation flow.

From the command-line

This template can also be used from the command-line. First, install Yeoman and @microsoft/generator-bot-empty using npm (we assume you have pre-installed node.js:

npm install -g yo
npm install -g @microsoft/generator-bot-empty

Then generate your new project:

yo @microsoft/generator-bot-empty -botname '{BOT_NAME}' -platform '{dotnet|js}' -integration '{functions|webapp}'

License

MIT License

Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

Keywords

FAQs

Package last updated on 31 Mar 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc