@danypops/pi-packed 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,14 +7,3 @@ pi install npm:@danypops/pi-packed
|
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
The extension connects to Packed's authenticated user daemon and starts the package-local `packed serve` process when no healthy daemon is available. It contains no SQLite, registry, package execution, or daemon implementation code.
|
|
10
|
-
|
|
11
|
-
## Installing the rest of the @danypops ecosystem
|
|
12
|
-
|
|
13
|
-
Once Packed is in, install everything else in one reviewable step -- no shell installer, no separate download, no per-package hunting for install commands:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
packed setup plan --ecosystem # preview what would change, no mutation
|
|
17
|
-
packed setup apply --ecosystem --approve
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
`--ecosystem` resolves to a curated manifest bundled inside this same npm package (`node_modules/@danypops/pi-packed/node_modules/@danypops/packed/setup/danypops-ecosystem.pi-setup.json`) -- every entry is a real, pinned, integrity-checked npm version, the same schema and approval gate every other `packed setup` manifest goes through. Nothing is fetched from the network to decide what to install; only the already-installed npm package is trusted.
|