difft
a structural diff that understands syntax 🟥🟩
Package Information
- Domain:
wilfred.me.uk/difftastic
- Name:
difft
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install difft
Programs
This package provides the following executable programs:
difft
Available Versions
Show all 9 versions
0.64.0
,0.63.0
,0.62.0
,0.61.0
,0.60.0
0.59.0
,0.58.0
,0.57.0
,0.56.1
Latest Version: 0.64.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) difft -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.difft
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.