#build-automation #codebase #cli #automation #script #unify-all

app UnifyAll

Unify is a simple build script CLI-tool meant to simplify the compilation of large codebases

3 releases

0.1.2 Feb 28, 2025
0.1.1 Feb 28, 2025
0.1.0 Feb 28, 2025

#1411 in Command line utilities

MIT license

12KB
243 lines

UnifyAll

UnifyAll is a simple build script CLI-tool meant to simplify the compilation of large codebases

Example 'build.u' for C++

# Build script

COMP: "g++"

ARGS:
  "-o",
  "main",
  "main.cpp",

Dependencies

~0–6.5MB
~33K SLoC