Custom app manifests for Scoop.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

scc.json 761B

123456789101112131415
  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.11.0",
  5. "license": "MIT",
  6. "url": "https://github.com/boyter/scc/releases/download/v2.11.0/scc-2.11.0-x86_64-pc-windows.zip",
  7. "hash": "sha256:5FB4C793C71D9E9B5BF09C810EDBECD8132DB0925C58891F2BDDE548A1E94311",
  8. "bin": [
  9. [
  10. "scc.exe",
  11. "scc"
  12. ]
  13. ],
  14. "checkver": "github"
  15. }