Symphony Generator
The Symphony Generator is a yeoman-based CLI tool that can be used to quickly generate Symphony bot, app and workflow project scaffolds. You can create example projects that use our developer toolkits:
- BDK for Java
- BDK for Python
- WDK
Install the Symphony Generator:
$ npm i -g yo @finos/generator-symphony
Create a new directory and go into it:
$ mkdir mybot && cd $_
Run Symphony Bot Generator and follow instructions in your terminal:
$ yo @finos/symphony
Configure your Bot and environment accordingly:

Last modified 2mo ago