To generate a CITATION.cff file, please provide:
repoName - Repository/project titleoverview - Abstract describing the research and algorithmsauthors - All authors and contributors (full names)keyFunctions - Key algorithms, methods, and innovationsresultsSoFar - Research findings and contributionsUsage:
POST /api/format
Content-Type: application/json
{
"repoName": "your-repository",
"overview": "detailed technical description...",
"authors": "team members...",
"keyFunctions": "key modules and implementations...",
"resultsSoFar": "current status and achievements..."
}API endpoint: https://docgen-pro.vercel.app/api/format
⚠️ Note: This formatter requires complete repository information to generate a proper README. Include all project details and documentation content.
Quick Start:
curl -X POST https://docgen-pro.vercel.app/api/format \
-H "Content-Type: application/json" \
-d '{"repoName": "...", "overview": "...", ...}'README Formatter v2.1.3 | The ideal way to make suggestions about README formatting