UNPKG

smart-renamer

Version:

🚀 Intelligent file naming suggestions based on project-specific naming conventions. Interactive CLI tool that asks yes/no for each file renaming.

10 lines 348 B
#!/usr/bin/env node "use strict"; 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