Skip to main content
Home

Built and signed on GitHub Actions

A ready to use CI/CD Pipeline for linting shell scripts with shellcheck

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
64%
Published
a year ago (0.1.2)

Module: Shellcheck

dagger-min-version deno compatibility ci

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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fx/shellcheck

Import symbol

import * as shellcheck from "@fx/shellcheck";
or

Import directly with a jsr specifier

import * as shellcheck from "jsr:@fx/shellcheck";

Add Package

pnpm i jsr:@fx/shellcheck
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fx/shellcheck

Import symbol

import * as shellcheck from "@fx/shellcheck";

Add Package

yarn add jsr:@fx/shellcheck
or (using Yarn 4.8 or older)
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";