More commands

This commit is contained in:
Daniel Kluge
2021-12-17 20:02:42 +01:00
parent a24692e3ed
commit 9ea06a16fe
6 changed files with 92 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
export interface Project {
name: string;
desc: string[];
short: string;
more?: string;
repo?: string;
}