1.0.7 • Published 6 years ago

generator-botbuilder-assistant v1.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

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
GeneratorDescription
botbuilder-assistantGenerator that creates a basic assistant
botbuilder-assistant:skillGenerator that creates a basic skill

License

MIT © Microsoft

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago