@clinetools/fixture-gen
v0.1.0
Published
Create realistic test fixtures from database schemas, API responses, and TypeScript types. Faker-powered data generation.
Maintainers
Readme
Test Fixture Generator
Create realistic test fixtures from database schemas, API responses, and TypeScript types. Faker-powered data generation.
Quick Start
npx @clinetools/fixture-genSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add fixture-gen -- npx @clinetools/fixture-genClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"fixture-gen": {
"command": "npx",
"args": ["@clinetools/fixture-gen"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
