No description
Find a file
2025-08-23 01:17:59 -06:00
cli update to Zig 0.15.1 2025-08-23 01:17:59 -06:00
core update to Zig 0.15.1 2025-08-23 01:17:59 -06:00
website remove "under construction" gif from website 2025-07-15 17:08:33 -06:00
.gitignore add .zig-cache to gitignore 2024-10-16 15:23:49 -06:00
.gitmodules update to zig version 0.14.0-dev.1767+d23db9427 2024-10-16 15:09:29 -06:00
build.zig update to Zig 0.15.1 2025-08-23 01:17:59 -06:00
build.zig.zon update to Zig 0.15.1 2025-08-23 01:17:59 -06:00
CHANGELOG.md begin 0.2.0 development cycle 2025-07-15 21:18:58 -06:00
LICENSE.md License under BlueOak-1.0.0 2025-07-15 16:48:18 -06:00
README.md add README 2025-07-15 17:03:50 -06:00

augr

Building

Requires Zig 0.14.x.

Clone the git repository and then run zig build.

git clone https://codeberg.org/klaji/augr.git
cd augr
zig build

You can run the CLI app using the run:cli step:

zig build run:cli