manifestFiles top-level constant

Map<String, String> const manifestFiles

Manifest file names and associated project types.

Implementation

const Map<String, String> manifestFiles = {
  'package.json': 'Node.js',
  'Cargo.toml': 'Rust',
  'pyproject.toml': 'Python',
  'go.mod': 'Go',
  'pom.xml': 'Java (Maven)',
  'build.gradle': 'Java (Gradle)',
  'Gemfile': 'Ruby',
  'pubspec.yaml': 'Dart/Flutter',
  'mix.exs': 'Elixir',
  'composer.json': 'PHP',
};