dataweave
Version:
AI-assisted CLI for modern data pipelines with DBT, Dagster, and Supabase integration
13 lines • 484 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.dataweave = exports.version = void 0;
exports.version = '0.0.1';
exports.dataweave = {
version: exports.version,
};
if (require.main === module) {
console.log('Dataweave CLI - Use the "dataweave" command instead of running this file directly.');
console.log('Install globally: npm install -g dataweave');
console.log('Then run: dataweave --help');
}
//# sourceMappingURL=index.js.map
;