Skip to content

Commit dae19ca

Browse files
committed
Add exactpro open source projects
1 parent 0057a92 commit dae19ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/d0rich.me/server/utils/repositories/github/externalRepos.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ export type GithubExternalRepo = Omit<
99
}
1010

1111
export const externalRepos: GithubExternalRepo[] = [
12+
{
13+
owner: 'exactpro',
14+
repo: 'test2text',
15+
tags: ['AI', 'NLP', 'embeddings', 'front-end', 'back-end'],
16+
complexity: 4
17+
},
18+
{
19+
owner: 'exactpro',
20+
repo: 'tabbyset',
21+
tags: ['utilities', 'data-tools', 'csv', 'custom-file-format'],
22+
complexity: 3
23+
},
1224
{
1325
owner: 'alefmanvladimir',
1426
repo: 'BigFiles',

0 commit comments

Comments
 (0)