3. Quickstart

3.1 Command Line Quickstart

The command line client allows Bundlor to be run from the command line of any platform

  1. Change directory to the $BUNDLOR_HOME/bin directory

  2. Run bundlor.sh or bundlor.bat scripts. See Section 4.1, “Command-Line Usage” for details about the parameters the command line client.

% ./bundlor.sh \
-i ./org.springframework.integration.jar \
-m ./template.mf \
-o ./target/org.springframework.integration.jar

Transformed bundle written to ./target/org.springframework.integration.jar
%