WARNING: [[Work in Progress]] ozibuild has no releases yet.
Build anything with organized scripts.
ozibuild is a set of simplified functions on top of nodejs,
which enables using JavaScript as a scripting language for generic builds.
Similar to make, one of the core functions of ozibuild is to execute
shell commands using input files to produce output(s), and only repeat the
execution when input files change.
Aligned with modern javascript, output is a Promise, which allows representing
natively complex dependency graphs.
Additional support provided out-of-the-box by ozibuild includes: