mirror of
				https://github.com/yamadashy/repomix.git
				synced 2025-06-11 00:25:54 +03:00 
			
		
		
		
	 398047b1a6
			
		
	
	398047b1a6
	
	
	
		
			
			# Conflicts: # src/core/packager.ts # src/core/security/securityCheck.ts # src/shared/processConcurrency.ts # Conflicts: # package-lock.json # package.json
		
			
				
	
	
		
			15 lines
		
	
	
		
			247 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			247 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env node
 | |
| 
 | |
| /*
 | |
| Add this file so we can use `node bin/repomix` or `node bin/repomix.js`
 | |
| instead of `node bin/repomix.cjs`.
 | |
| 
 | |
| This file should only used for development.
 | |
| */
 | |
| 
 | |
| 'use strict';
 | |
| 
 | |
| import { run } from '../lib/cli/cliRun.js';
 | |
| 
 | |
| run();
 |