kaga
v0.13.0
Published
packages projects into a simple, single install file for easy transfer
Downloads
3
Readme
Kaga
Kaga is a simple, easy-to-use (albeit somewhat useless) CLI for compacting projects into a single file that can unzip itself, mainly for easier distribution or transfer (ftp, file hosting, etc..).
Usage
Kaga has 2 sets of usage; for both the main program (which is an executable) and the package (which isn't, but may be executable via chmod
implementation in future updates).
Main Program
from the
-h
argumentusage: kaga [-h] [-v] -s dir [-r dir] [-c] [-o file] [-m] [-V] Optional arguments: -h, --help Show this help message and exit. -v, --version Show program's version number and exit. -s dir, --source dir set source directory -r dir, --root dir set root directory for source -c, --compact set compact file writing -o file, --out file set output file (uses source name as default) -m, --chmod execute chmod 0777 on output file -V, --verbose enable verbose output
Packages
from the
-h
argumentusage: test [-h] [-u] [-s] Optional arguments: -h, --help Show this help message and exit. -u, --unpack unpack project -s, --stats print file stats