lana/docs/templates
Joca 1a233baed3
Add static linking support and related configuration options
2025-11-25 11:49:02 -03:00
..
cli.cpp.tpl Refactor all documentation 2025-11-23 23:32:52 -03:00
cli.h.tpl Refactor all documentation 2025-11-23 23:32:52 -03:00
config.ini.tpl Add static linking support and related configuration options 2025-11-25 11:49:02 -03:00
example_tool.cpp.tpl Refactor all documentation 2025-11-23 23:32:52 -03:00
gitignore.tpl Refactor all documentation 2025-11-23 23:32:52 -03:00
main.cpp.tpl Refactor all documentation 2025-11-23 23:32:52 -03:00
readme.md.tpl Refactor all documentation 2025-11-23 23:32:52 -03:00

readme.md.tpl

# {{project_name}}

A C++ project built with the [Lana build system](https://github.com/lana-build/lana/blob/main/docs/guide.md).

{{quickstart}}

{{project_structure}}

## Build Directives
Lana reads build instructions directly from your source files. Add `// build-directive:` comments near the top of a translation unit to specify unit names, dependencies, and custom flags. See `docs/guide.md#build-directives` for the full catalog.

## Configuration
Global build settings live in `config.ini`. Command-line flags override config values, which override built-in defaults. Consult `docs/guide.md#configuration` for details and advanced examples.