@fx/shellcheck@0.1.2Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
tsirysndr/daggerverseA ready to use CI/CD Pipeline for linting shell scripts with shellcheck
Module: Shellcheck
This module can be used to perform lint check on Shell Script files using shellcheck
🚀 Usage
dagger -m github.com/tsirysndr/daggerverse/shellcheck call lint --src <source>
🧑🔬 Example
dagger -m github.com/tsirysndr/daggerverse/shellcheck call lint --src .
🧑💻 Programmatic usage
import { lint } from 'jsr:@fx/shellcheck'; await lint(".");
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fx/shellcheck
Import symbol
import * as shellcheck from "@fx/shellcheck";
Import directly with a jsr specifier
import * as shellcheck from "jsr:@fx/shellcheck";
Add Package
pnpm i jsr:@fx/shellcheck
pnpm dlx jsr add @fx/shellcheck
Import symbol
import * as shellcheck from "@fx/shellcheck";
Add Package
yarn add jsr:@fx/shellcheck
yarn dlx jsr add @fx/shellcheck
Import symbol
import * as shellcheck from "@fx/shellcheck";
Add Package
vlt install jsr:@fx/shellcheck
Import symbol
import * as shellcheck from "@fx/shellcheck";
Add Package
npx jsr add @fx/shellcheck
Import symbol
import * as shellcheck from "@fx/shellcheck";
Add Package
bunx jsr add @fx/shellcheck
Import symbol
import * as shellcheck from "@fx/shellcheck";