Links

Symphony Generator

Prerequisite: Install NodeJS first, either directly or via nvm
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

Quick Start

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: