zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
Startup bundle builder interface. More...
Go to the source code of this file.
Macros | |
#define | ZPMOD_BUNDLE_H |
Functions | |
int | zp_bundle_build_core (char *nam, const char *from_dir, const char *out_path, long max_kb) |
Startup bundle builder interface.
Phase 2 scaffold: zpmod bundle-build --from <dir> --out <bundle.zsh> [--max <KB>]
will concat *.zsh / *.plugin.zsh scripts deterministically (sorted lexical) up to an optional size cap, writing a single bundle suitable for zcompile.
Definition in file zpmod_bundle.h.
#define ZPMOD_BUNDLE_H |
Definition at line 4 of file zpmod_bundle.h.
int zp_bundle_build_core | ( | char * | nam, |
const char * | from_dir, | ||
const char * | out_path, | ||
long | max_kb | ||
) |