perf router template
This commit is contained in:
		
							
								
								
									
										12
									
								
								cmd/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								cmd/index.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| import { program } from './program.ts'; | ||||
| import { Command } from 'commander'; | ||||
|  | ||||
| program.version('1.0.0'); | ||||
|  | ||||
| program.addCommand( | ||||
|   new Command('test').action(() => { | ||||
|     console.log('test'); | ||||
|   }), | ||||
| ); | ||||
|  | ||||
| program.parse(process.argv); | ||||
		Reference in New Issue
	
	Block a user