1.0.7 • Published 6 years ago
generator-botbuilder-assistant v1.0.7
Virtual Assistant Generator
Project template for virtual assistants using the Bot Builder SDK V4..
Prerequisites
Ensure the Node Package manager is installed.
Install Yeoman using npm:
npm install -g yoInstallation
To install the generator using npm:
npm install -g generator-botbuilder-assistantBuild 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 installLink the package of the project locally with the following command so you can easily use it globally.
npm linkNote: 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