Comment on page
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
- ADK
Install yeoman and the Symphony Generator.
npm
yarn
bun
$ npm i -g yo @finos/generator-symphony
$ yarn global add yo @finos/generator-symphony
$ bun add -g yo @finos/generator-symphony
Then, create a directory for your new project and launch the generator.
$ mkdir mybot && cd $_
$ yo @finos/symphony
Configure your bot, workflow or app environments accordingly.
Last modified 2mo ago