generator-bot-virtualassistant v1.1.0
Virtual Assistant Generator
Project template for Virtual Assistants and Skill using the Bot Builder SDK V4.
Prerequisites
Download and install Node Package manager.
Node version 10.14.1 or higher is required for the Bot Framework CLI
Install Yeoman using npm:
npm install -g yoInstalling
To install the generator using npm:
npm install -g generator-bot-virtualassistant@latestHow to Use Daily Builds
To get access to the daily builds of this library, configure npm to use the MyGet feed before installing.
npm config set registry https://botbuilder.myget.org/F/aitemplates/npm/To reset the registry in order to get the latest published version, run:
npm config set registry https://registry.npmjs.org/Build and test locally
Install the dependencies and dev dependencies of the project you want to test, i.e. bot-virtualassistant.
cd ./templates/typescript/generator-bot-virtualassistant
npm installLink the package of the project locally with the following command so you can easily use it globally.
npm linkYou can test your local changes to the generator immediately if using this command.
Now you can execute the generator with this command.
yo bot-virtualassistant| Generator | Description |
|---|---|
| bot-virtualassistant | Generator that creates a basic Virtual Assistant |
| bot-virtualassistant:skill | Generator that creates a basic skill |
License
MIT © Microsoft