cesarferreira/gito

View on GitHub
detector.json

Summary

Maintainability
Test Coverage
[
  {
    "file_requirement": "Gemfile",
    "installation_command": "bundle install",
    "type": "ruby"
  },
  {
    "file_requirement": "build.gradle",
    "installation_command": "./gradlew assemble",
    "type": "gradle"
  },
  {
    "file_requirement": "package.json",
    "installation_command": "yarn",
    "type": "node"
  },
  {
    "file_requirement": "Makefile",
    "installation_command": "make",
    "type": "c"
  },
  {
    "file_requirement": "mix.exs",
    "installation_command": "mix deps.get",
    "type": "elixir"
  },
  {
    "file_requirement": "setup.py",
    "installation_command": "pip install .",
    "type": "python"
  },
  {
    "file_requirement": "Cartfile",
    "installation_command": "carthage update",
    "type": "carthage"
  },
  {
    "file_requirement": "Podfile",
    "installation_command": "pod install",
    "type": "Cocoapods"
  },
  {
    "file_requirement": "Package.swift",
    "installation_command": "swift build",
    "type": "Swift Package Manager"
  },
  {
    "file_requirement": "glide.yaml",
    "installation_command": "glide install",
    "type": "Go lang - Glide"
  },
  {
    "file_requirement": "vendor.json",
    "installation_command": "govendor fetch",
    "type": "Go lang - Govendor"
  },
  {
    "file_requirement": "Cargo.toml",
    "installation_command": "cargo build --all",
    "type": "Rust - Cargo"
  },
  {
    "file_requirement": "stack.yaml",
    "installation_command": "stack build",
    "type": "Haskell"
  },
  {
    "file_requirement": "pubspec.yaml",
    "installation_command": "flutter pub get",
    "type": "Flutter"
  }
]