Custom app manifests for Scoop.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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