File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed
packages/github.com/krzkaczor
src/packages/github.com/krzkaczor Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Each package can be accessed using `getPackage(name)` or directly via `pantry.do
8
8
9
9
- ** Total Packages** : 1397
10
10
- ** Categories** : 27
11
- - ** Last Updated** : 2025-07-29T04:47:39.332Z
11
+ - ** Last Updated** : 2025-07-29T06:33:06.898Z
12
12
13
13
## Table of Contents
14
14
Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ This package provides the following executable programs:
40
40
sh <( curl https://pkgx.sh) ny -- $SHELL -i
41
41
```
42
42
43
- ## Related Packages
44
-
45
- These packages work well with ny:
46
-
47
- - [ ` npmjs.com ` ] ( ../../npmjs.com/index.md ) - the package manager for JavaScript
48
-
49
43
## Usage Examples
50
44
51
45
``` typescript
Original file line number Diff line number Diff line change 8
8
*
9
9
* @install `launchpad install ny`
10
10
* @name `ny`
11
- * @companions `npmjs.com`
12
11
*
13
12
* @example
14
13
* ```typescript
@@ -56,13 +55,7 @@ export const nyPackage = {
56
55
programs : [
57
56
'ny' ,
58
57
] as const ,
59
- /**
60
- * Related packages that work well with this package.
61
- * Consider installing these for enhanced functionality.
62
- */
63
- companions : [
64
- 'npmjs.com' ,
65
- ] as const ,
58
+ companions : [ ] as const ,
66
59
dependencies : [ ] as const ,
67
60
/**
68
61
* Available versions from newest to oldest.
You can’t perform that action at this time.
0 commit comments