Skip to content

yarnpkg.com

📦🐈 Active development trunk for Yarn ⚒

Package Information

  • Domain: yarnpkg.com
  • Name: yarnpkg.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +yarnpkg.com -- $SHELL -i

Programs

This package provides the following executable programs:

  • yarn
  • yarnpkg

Aliases

This package can also be accessed using these aliases:

  • yarn

Available Versions

Show all 40 versions
  • 4.9.2, 4.9.1, 4.9.0, 4.8.1, 4.8.0
  • 4.7.0, 4.6.0, 4.5.3, 4.5.2, 4.5.1
  • 4.5.0, 4.4.1, 4.4.0, 4.3.1, 4.3.0
  • 4.2.2, 4.2.1, 4.2.0, 4.1.1, 4.1.0
  • 4.0.2, 4.0.1, 4.0.0, 3.8.7, 3.8.6
  • 3.8.5, 3.8.4, 3.8.3, 3.8.2, 3.8.1
  • 3.8.0, 3.7.0, 3.6.4, 3.6.3, 3.6.2
  • 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.1

Latest Version: 4.9.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +yarnpkg.com@4.9.2 -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.yarnpkgcom

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.