A yeoman generator for generating plugins for the Flowcore CLI
# If you don't have yeoman installed
npm install -g yo
# Install the generator
npm install -g @flowcore/generator-flowcore-cli-plugin
# Will create a new app in ./test-app directory
yo @flowcore/flowcore-cli-plugin test-generator
# Consult the README.md in the ./test-app directory for more information