mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
cd src/public
 | 
						|
echo Summary
 | 
						|
cloc HEAD \
 | 
						|
    --git --md \
 | 
						|
    --include-lang=javascript,typescript
 | 
						|
 | 
						|
echo By file
 | 
						|
cloc HEAD \
 | 
						|
    --git --md \
 | 
						|
    --include-lang=javascript,typescript \
 | 
						|
    --by-file | grep \.js\| |