소스 검색

Add scc

master
Ashton Charbonneau 5 년 전
부모
커밋
0782f0fa3e
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15
    0
      scc.json

+ 15
- 0
scc.json 파일 보기

@@ -0,0 +1,15 @@
1
+{
2
+	"homepage": "https://github.com/boyter/scc",
3
+	"description": "A tool similar to cloc, sloccount and tokei. For counting physical the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. The goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.",
4
+	"version": "2.8.0",
5
+	"license": "MIT",
6
+	"url": "https://github.com/boyter/scc/releases/download/v2.8.0/scc-2.8.0-x86_64-pc-windows.zip",
7
+	"hash": "md5:cece3cc200ad83d2921a91b1b4c7d5bc",
8
+	"bin": [
9
+		[
10
+			"scc.exe",
11
+			"scc"
12
+		]
13
+	],
14
+	"checkver": "github"
15
+}

Loading…
취소
저장