Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Score YAML GeneratorNew to Visual Studio Code? Get it now.
Score YAML Generator

Score YAML Generator

invinciblecoder

|
2 installs
| (0) | Free
Generate and manage Score.yaml files for application deployment
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Score YAML Generator

A VSCode extension that automatically generates Score YAML files for your application deployment.

Features

  • Automatically analyzes project dependencies to detect required services
  • Generates Score YAML files based on project requirements
  • Supports multiple cloud providers (AWS, Azure, GCP)
  • Configurable default settings
  • Automatic service detection for:
    • Databases (PostgreSQL, MySQL, MongoDB)
    • Caching (Redis, Memcached)
    • Message Queues (RabbitMQ, Kafka)
    • Storage (AWS S3, Azure Blob Storage)

Usage

  1. Install the extension in VSCode
  2. Open your project in VSCode
  3. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) to open the command palette
  4. Type "Generate Score YAML" and select the command
  5. The extension will analyze your project and generate a score.yaml file

Configuration

You can configure the extension by going to VSCode Settings:

  • scoreYamlGenerator.defaultProvider: Default cloud provider (aws, azure, gcp)
  • scoreYamlGenerator.defaultRegion: Default region for deployment

Requirements

  • VSCode 1.60.0 or higher
  • Node.js 16.x or higher

Development

  1. Clone the repository
  2. Run npm install
  3. Open the project in VSCode
  4. Press F5 to start debugging

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft