#build-script #build #build-automation #automation #command-line-tool #codebase #cli

app UnifyAll

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

3 releases

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

#474 in Development tools

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