1.1.11 • Published 8 years ago
bz-zip v1.1.11
Bz-Zip
Replicates the "Bizagi Studio Connector Editor" bundling function. It zips a given folder to a .bizc file.
Installation:
Instally as a global dependency:
npm install -g bz-zipor install it locally as:
npm install --save bz-zipHow to use:
on your terminal type:
bz-zip compress <<Your folder's name>>A .bizc file will be created on the executing folder. Be sure with the folder's name since it should not contain white spaces.