leafbuild 0.0.1-dev.1

A WIP C/C++ buildsystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Repository Structure

```tree
.
├── doc
├── git
└── src
```

- The `doc` folder contains the documentation.
- The `git` folder contains the hooks and checks for git actions.
- The `src` folder contains all the source code of the build system.