PlatformScript is a friendly, full featured programming language with pure YAML syntax.
get startedUse any YAML document as data, evaluate it or run it
PlatformScript imports YAML from any URL. It evaluates the data, which can optionally start processes or execute tasks.
Share reusable YAML functions
Any PlatformScript YAML can be a module if it’s accessible via a URL. You can create reusable features by simply uploading the file to a gist, any HTTP server, or anywhere on the file system.
Create executable applications
You can create a CLI tool by pointing the PlatformScript executable at a YAML document with CLI command configurations. PlatformScript will automatically download the YAML script, interpret it and run the commands.