shellcheck.net
ShellCheck, a static analysis tool for shell scripts
Package Information
- Domain:
shellcheck.net
- Name:
shellcheck.net
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install shellcheck
Programs
This package provides the following executable programs:
shellcheck
Aliases
This package can also be accessed using these aliases:
shellcheck
Available Versions
Show all 3 versions
0.10.0
,0.9.0
,0.8.0
Latest Version: 0.10.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +shellcheck.net@0.10.0 -- $SHELL -i
Dependencies
This package depends on:
sourceware.org/libffi@3
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.shellchecknet
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.