Package used to generate jBPM Business Applications. It uses start.jbpm.org to generate the business app zip and store it in the folder where the "jba" command is run. It is also possible to unzip the generated business app into the current working directory.
- From npm:
npm install jba-cli -g
- From GitHub
git clone [email protected]:BootstrapJBPM/jba-cli.git
cd jba-cli
npm install -g
This will update to latest version published on npmjs.com
npm update -g jba-cli
Default execution using the gen command. This will prompt user for inputs.
jba gen
Quick option used default values, no user input will be asked.
jba gen --quick
Using the unzip option will unzip the business app into the current directory after generating it. The generated zip file will not be removed
jba gen --unzip