Skip to content

bz-cli/bz-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-zip

or install it locally as:

npm install --save bz-zip

How 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.