vigiles API reference
    Preparing search index...

    Interface GuardRule

    A reactive rule: runs a command when watched files change.

    interface GuardRule {
        _kind: "guard";
        description: string;
        run: string;
        watch: string | readonly string[];
    }
    Index

    Properties

    _kind: "guard"
    description: string
    run: string
    watch: string | readonly string[]