UNPKG

refakts

Version:

TypeScript refactoring tool built for AI coding agents to perform precise refactoring operations via command line instead of requiring complete code regeneration.

20 lines (19 loc) 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReadmeFormatter = void 0; class ReadmeFormatter { formatHelpSection(helpCommands) { return `## Available Commands \`\`\` ${helpCommands} \`\`\``; } formatQualitySection(qualityChecks) { return `**Quality Checks Include:** \`\`\`\` ${qualityChecks} \`\`\`\``; } } exports.ReadmeFormatter = ReadmeFormatter; //# sourceMappingURL=ReadmeFormatter.js.map