A simple task runner. Imagine GitHub actions and Makefile had a baby.
Caution
This project is still in its early stages. Expect breaking changes.
go install github.com/noxsios/vai/cmd/vai@latest
or if you like to live dangerously:
go install github.com/noxsios/vai/cmd/vai@main
Checkout more examples in the docs.
View CLI usage w/ vai --help
Enabling schema validation in VSCode:
"yaml.schemas": {
"https://raw.githubusercontent.com/noxsios/vai/main/vai.schema.json": "vai.yaml",
},
Per file basis:
# yaml-language-server: $schema=https://raw.githubusercontent.com/noxsios/vai/main/vai.schema.json