Yeoman based generator for Symphony Bots and Applications in 4 different languages:
- Java
- Node.js
- Python
- C#
- Install Yeoman command line utility
npm install -g yo
- Install Symphony BDK Generator
npm i -g generator-symphony
- Create a new directory and go into it
mkdir myBot && cd myBot
- Run Symphony BDK Generator and follow instructions on screen
yo symphony
It is now possible to create Java BDK2.0 projects through a revamped developer experience of the existing generator.
To access to the new menu you just have to run yo symphony 2.0