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.

6 lines • 367 B
export { NamingConfig, NamingConvention, FileInfo, SuggestionResult, ValidationResult } from './types'; export { ConfigManager } from './config/config-manager'; export { NamingValidator } from './core/naming-validator'; export { SuggestionEngine } from './core/suggestion-engine'; export { FileWatcher } from './core/file-watcher'; //# sourceMappingURL=index.d.ts.map