Daggerized version of yamllint.
dagger -m github.com/tsirysndr/daggerverse/yamllint call lint --src <source>
dagger -m github.com/tsirysndr/daggerverse/yamllint call lint --src .
import { lint } from 'jsr:@fx/yamllint'; await lint(".");
Add Package
deno add jsr:@fx/yamllint
Import symbol
import * as yamllint from "@fx/yamllint";
Import directly with a jsr specifier
import * as yamllint from "jsr:@fx/yamllint";
Add Package
pnpm i jsr:@fx/yamllint
pnpm dlx jsr add @fx/yamllint
Import symbol
import * as yamllint from "@fx/yamllint";
Add Package
yarn add jsr:@fx/yamllint
yarn dlx jsr add @fx/yamllint
Import symbol
import * as yamllint from "@fx/yamllint";
Add Package
npx jsr add @fx/yamllint
Import symbol
import * as yamllint from "@fx/yamllint";
Add Package
bunx jsr add @fx/yamllint
Import symbol
import * as yamllint from "@fx/yamllint";