Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

[Generator] Include Core Bot in the bot generator #1097

Conversation

VictorGrycuk
Copy link
Contributor

Fixes #857

Description

We are adding the core-bot as a template in the generator-botbuilder-java present in the repository.

Specific Changes

  • Add core-bot sample as a template in the generator-botbuilder-java
  • Add missing ApplicationTest in the sample and in the template
  • Update name property of the package.json to execute the generator just like the documentation mentions: yo botbuilder-java
  • Clean-up of the dependencies of the generator (camelCase is included in lodash dependency)
  • Update package-lock.json file
  • Update echo and empty READMEs to execute the bots using the artifactId
  • Add bigBot and tinyBot in order to add style during the generation of the bots

Testing

Structure of the core-bot in the generator-botbuilder-java
image

Core Bot Sample created using yo botbuilder-java command
image

Successful mvn package command using created core bot
image

Successful initialization of the created core bot
image

Successful communication using the created core bot
image

@tracyboehrer tracyboehrer merged commit 4573f00 into microsoft:main Mar 26, 2021
@Batta32 Batta32 deleted the external/feature/southworks/generator/core-bot branch March 26, 2021 20:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java Core Bot Generator
3 participants