Skip to content

upliftci.dev

Semantic versioning the easy way. Powered by Conventional Commits. Built for use with CI.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install uplift

Programs

This package provides the following executable programs:

  • uplift

Aliases

This package can also be accessed using these aliases:

  • uplift

Available Versions

Show all 5 versions
  • 2.25.0, 2.24.1, 2.24.0, 2.23.0, 2.22.0

Latest Version: 2.25.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.upliftcidev

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.