Skip to content

Noxsios/vai

Folders and files

NameName
Last commit message
Last commit date
Mar 2, 2025
Sep 8, 2024
Jul 23, 2024
Jul 15, 2024
Sep 8, 2024
Nov 3, 2024
Dec 22, 2024
Jun 2, 2024
May 29, 2024
May 7, 2024
Apr 28, 2024
Jul 14, 2024
Jul 15, 2024
Jun 22, 2024
Mar 4, 2025
Mar 4, 2025
Jul 23, 2024
Jul 23, 2024
Jul 14, 2024
Jul 15, 2024
Jul 14, 2024
Sep 8, 2024
Sep 8, 2024
Jul 16, 2024
Jun 22, 2024
Jun 30, 2024
Sep 8, 2024
Sep 8, 2024
Jun 29, 2024
Jul 15, 2024
Sep 8, 2024
Dec 22, 2024
Jul 23, 2024
Jul 15, 2024

Repository files navigation

vai

GitHub Tag GitHub go.mod Go version codecov Go Report Card GitHub License FOSSA Status

A simple task runner. Imagine GitHub actions and Makefile had a baby.

Caution

This project is still in its early stages. Expect breaking changes.

Installation

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

Example

demo

Checkout more examples in the docs.

View CLI usage w/ vai --help

Schema Validation

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

FOSSA Status