Skip to content

squawkhq.com

🐘 linter for PostgreSQL, focused on migrations

Package Information

  • Domain: squawkhq.com
  • Name: squawkhq.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install squawk

Programs

This package provides the following executable programs:

  • squawk

Aliases

This package can also be accessed using these aliases:

  • squawk

Available Versions

Show all 37 versions
  • 2.14.0, 2.13.0, 2.12.0, 2.11.0, 2.10.0
  • 2.9.0, 2.8.0, 2.7.0, 2.6.0, 2.5.0
  • 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0
  • 1.6.1, 1.6.0, 1.5.5, 1.5.4, 1.5.3
  • 1.5.2, 1.5.1, 1.5.0, 1.4.0, 1.2.0
  • 1.1.2, 1.1.1, 1.1.0, 1.0.0, 0.29.0
  • 0.28.0, 0.27.0, 0.26.0, 0.25.0, 0.24.2
  • 0.24.1, 0.24.0

Latest Version: 2.14.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +squawkhq.com@2.14.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.squawkhqcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.