Skip to content

Commit

Permalink
Add extendsclass test data generator (#384)
Browse files Browse the repository at this point in the history
Added extendsclass, a test data generator
  • Loading branch information
cyrilbois authored Mar 4, 2024
1 parent a19fa82 commit 65887b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,10 @@ export const resources: Resource[] = [
description: 'Match command-line arguments to their help text.',
url: 'https://explainshell.com/',
},
{
name: 'ExtendsClass',
categories: ['Tooling'],
description: 'Test realistic data generator supports JSON, CSV, SQL, and XML formats, along with an API mocking tool.',
url: 'https://extendsclass.com/csv-generator.html',
},
]

0 comments on commit 65887b3

Please sign in to comment.