Skip to content

changie.dev

Automated changelog tool for preparing releases with lots of customization options

Package Information

  • Domain: changie.dev
  • Name: changie.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install changie

Programs

This package provides the following executable programs:

  • changie

Aliases

This package can also be accessed using these aliases:

  • changie

Available Versions

Show all 8 versions
  • 1.22.0, 1.21.1, 1.21.0, 1.20.1, 1.20.0
  • 1.19.1, 1.19.0, 1.18.0

Latest Version: 1.22.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +changie.dev@1.22.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.changiedev

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.