Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 368 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 368 Bytes

zig-project-template

Create a project using this template and run following command to replace project name.

find . -type f -exec sed -i "s/zig-project-template/<YOUR PROJECT NAME>/g" {} \;

Then add a license to your project.