Skip to content

corepack

Platform built on V8 to build network applications

Package Information

  • Domain: nodejs.org/corepack
  • Name: corepack
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install corepack

Programs

This package provides the following executable programs:

  • corepack

Available Versions

Show all 13 versions
  • 0.34.0, 0.33.0, 0.32.0, 0.31.0, 0.30.0
  • 0.29.4, 0.29.3, 0.29.2, 0.28.2, 0.28.1
  • 0.28.0, 0.27.0, 0.26.0

Latest Version: 0.34.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) corepack -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org^20

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.corepack

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.