Skip to content

Commit b49082c

Browse files
Add buildzri to projects
1 parent 73df3a2 commit b49082c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/Projects.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ const ProjectsList = [
3737
</>
3838
),
3939
link: 'https://github.com/codezri/releasezri'
40+
},
41+
{
42+
title: 'BuildZri',
43+
image: 'script.png',
44+
description: (
45+
<>
46+
BuildZri is a minimal cross-platform C++ build automation tool written in Python. It comes with a simple
47+
JSON-based configuration file with the features you need.
48+
</>
49+
),
50+
link: 'https://github.com/codezri/buildzri'
4051
},
4152
{
4253
title: 'GoogleZri',

0 commit comments

Comments
 (0)