This package has been deprecated

Author message:

Deprecated, use generator-bot-virtualassistant instead.

generator-botbuilder-assistant

1.0.7 • Public • Published

Virtual Assistant Generator

Project template for virtual assistants using the Bot Builder SDK V4..

Prerequisites

npm install -g yo

Installation

To install the generator using npm:

npm install -g generator-botbuilder-assistant

Build and test locally

Install the dependencies and dev dependencies of the project you want to test, i.e. botbuilder-assistant.

cd ./templates/Virtual-Assistant-Template/src/typescript/generator-botbuilder-assistant/
npm install

Link the package of the project locally with the following command so you can easily use it globally.

npm link

Note: You can test your local changes to the generator immediately if using this command. Now you can execute the generator with this command.

yo botbuilder-assistant
Generator Description
botbuilder-assistant Generator that creates a basic assistant
botbuilder-assistant:skill Generator that creates a basic skill

License

MIT © Microsoft

Package Sidebar

Install

npm i generator-botbuilder-assistant

Weekly Downloads

5

Version

1.0.7

License

MIT

Unpacked Size

1.6 MB

Total Files

209

Last publish

Collaborators

  • botframework
  • sgellock
  • cwhitten