Skip to content

cocogitto.io

The Conventional Commits toolbox

Package Information

  • Domain: cocogitto.io
  • Name: cocogitto.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install cog

Programs

This package provides the following executable programs:

  • cog

Aliases

This package can also be accessed using these aliases:

  • cog

Available Versions

Show all 7 versions
  • 6.3.0, 6.2.0, 6.1.0, 6.0.1, 6.0.0
  • 5.6.0, 5.5.0

Latest Version: 6.3.0

Install Specific Version

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

Dependencies

This package depends on:

  • libgit2.org~1.7 # links to libgit2.so.1.7

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.cocogittoio

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.