meson
all
SCons-like build system that uses Python as a front-end language and Ninja as a building backend.
More info →Options (5)
-l, --languagebooleanGenerate a C project with a given name and version
Example:
meson init {{[-l|--language]}} c {{[-n|--name]}} {{myproject}} --version {{0.1}}-n, --namebooleanGenerate a C project with a given name and version
Example:
meson init {{[-l|--language]}} c {{[-n|--name]}} {{myproject}} --version {{0.1}}booleanConfigure a directory named `build` with default values for compilation
Example:
meson {{[build|setup build]}}-h, --helpbooleanDisplay help
Example:
meson {{[-h|--help]}}-v, --versionbooleanDisplay version
Example:
meson {{[-v|--version]}}made by @shridhargupta | data from tldr-pages