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 launchfile

Or with npm:

npm install launchfile

JSON Schema

For editor autocompletion, add this comment to the top of your Launchfile:

# yaml-language-server: $schema=https://launchfile.dev/schema/v1

This 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.

esc
Type to search the docs