A yeoman generator for generating plugins for the Flowcore CLI
npm install @flowcore/generator-flowcore-cli-pluginA yeoman generator for generating plugins for the Flowcore CLI
``bashIf you don't have yeoman installed
npm install -g yo
$3
`bash
Will create a new app in ./test-app directory
yo @flowcore/flowcore-cli-plugin test-generatorConsult the README.md in the ./test-app directory for more information
``