New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jba-cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jba-cli

jBPM Business Applications CLI

latest
Source
npmnpm
Version
1.0.18
Version published
Maintainers
1
Created
Source

jBPM Business Applications CLI

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.

How to install

  • From npm:
npm install jba-cli -g
  • From GitHub
git clone git@github.com:BootstrapJBPM/jba-cli.git
cd jba-cli
npm install -g

How to update to latest version

This will update to latest version published on npmjs.com

npm update -g jba-cli

How to run

JBA Usage

Sample execution

Default execution using the gen command. This will prompt user for inputs.

jba gen

JBA Usage

Sample execution with quick option

Quick option used default values, no user input will be asked.

jba gen --quick

JBA Usage

Sample execution with unzipping

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

JBA Usage

Keywords

jBPM

FAQs

Package last updated on 13 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts