Skip to content

Commit

Permalink
feat: add pnpm/pnpm (#21993)
Browse files Browse the repository at this point in the history
* feat: add pnpm/pnpm

[pnpm/pnpm](https://github.com/pnpm/pnpm): Fast, disk space efficient package manager

* run `cmdx s` with limit
  • Loading branch information
tomoyamachi committed Apr 20, 2024
1 parent 9fd5521 commit 1841e46
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/pnpm/pnpm/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: pnpm/pnpm@v9.0.2
15 changes: 15 additions & 0 deletions pkgs/pnpm/pnpm/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
packages:
- type: github_release
repo_owner: pnpm
repo_name: pnpm
description: Fast, disk space efficient package manager
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: pnpm-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
replacements:
amd64: x64
darwin: macos
windows: win
14 changes: 14 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1841e46

Please sign in to comment.