cleanifix
Version:
Intelligent data cleaning CLI with natural language support - Docker-powered Python engine
10 lines • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initCommand = initCommand;
const logger_1 = require("../utils/logger");
async function initCommand(options) {
logger_1.logger.info('Initializing Cleanifix project...');
// TODO: Implement init logic
logger_1.logger.info('Init command not yet implemented');
}
//# sourceMappingURL=init.js.map