@flowcore/generator-flowcore-cli-plugin
v1.1.1
Published
A yeoman generator for generating plugins for the Flowcore CLI
Downloads
23
Readme
@flowcore/generator-flowcore-cli-plugin
A yeoman generator for generating plugins for the Flowcore CLI
Install
# If you don't have yeoman installed
npm install -g yo
# Install the generator
npm install -g @flowcore/generator-flowcore-cli-plugin
Using the generator
# 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