Installation
The Launchfile SDK is a TypeScript package for parsing, validating, and serializing Launchfiles. Install it with your package manager of choice.
SDK
bun add launchfileOr with npm:
npm install launchfileJSON Schema
For editor autocompletion, add this comment to the top of your Launchfile:
# yaml-language-server: $schema=https://launchfile.dev/schema/v1This enables validation and IntelliSense in VS Code (with the YAML extension), JetBrains IDEs, and any editor that supports JSON Schema.
What's next?
Once installed, check out the Quick Start guide to write your first Launchfile, or browse the examples for common patterns.