We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73df3a2 commit b49082cCopy full SHA for b49082c
src/components/Projects.js
@@ -37,6 +37,17 @@ const ProjectsList = [
37
</>
38
),
39
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'
51
},
52
{
53
title: 'GoogleZri',
0 commit comments