smart-renamer
Version:
🚀 Intelligent file and code naming suggestions based on project-specific naming conventions. Interactive CLI tool with AST-based code analysis for variables, functions, components, and more.
10 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const commands_1 = require("./cli/commands");
const program = (0, commands_1.createProgram)();
program.parseAsync(process.argv).catch((error) => {
console.error('❌ Error:', error.message);
process.exit(1);
});
//# sourceMappingURL=cli.js.map