hiimsergey/create-zig-app
A lean Zig project initializer
A opinionated wizard script inspired by create-react-app and create-tauri-app that scaffolds a new Zig project in a lean manner.
This should serve as an alternative to zig init
that puts many unnecessary comments in your code that you have to delete again.
./create-zig-app
src/main.zig
and <project name>.zig
build.zig
or notstd.heap.DebugAllocator
in Debug mode and std.heap.c_allocator
otherwise