refakts
Version:
TypeScript refactoring tool built for AI coding agents to perform precise refactoring operations via command line instead of requiring complete code regeneration.
14 lines (13 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClaudeFormatter = void 0;
class ClaudeFormatter {
formatHelpSection(helpCommands) {
return `## Available RefakTS Commands
\`\`\`
${helpCommands}
\`\`\``;
}
}
exports.ClaudeFormatter = ClaudeFormatter;
//# sourceMappingURL=ClaudeFormatter.js.map