Skip to content

watchexec.github.io

Executes commands in response to file modifications

Package Information

  • Domain: watchexecgithub.io
  • Name: watchexec.github.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install watchexec

Programs

This package provides the following executable programs:

  • watchexec

Aliases

This package can also be accessed using these aliases:

  • watchexec

Available Versions

Show all 6 versions
  • 2.3.2, 2.3.1, 2.3.0, 2.2.1, 2.2.0
  • 2.1.2

Latest Version: 2.3.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +watchexecgithub.io@2.3.2 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.watchexecgithubio

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.