@endevco/aube-darwin-arm64 1.0.0-beta.4 → 1.0.0-beta.6
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 +7 -1
- package/bin/aube +0 -0
- package/bin/aubr +0 -0
- package/bin/aubx +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
## Why Try It
|
|
25
25
|
|
|
26
|
-
**[Fast installs](https://aube.en.dev/benchmarks).** Warm CI is about 7x faster than pnpm and 3x faster than Bun in the current benchmarks. Across the fixture set, aube runs
|
|
26
|
+
**[Fast installs](https://aube.en.dev/benchmarks).** Warm CI is about 7x faster than pnpm and 3x faster than Bun in the current benchmarks. Across the fixture set, aube runs up to ~22x faster than pnpm and up to 3x faster than Bun.
|
|
27
27
|
|
|
28
28
|
**[Existing lockfiles](https://aube.en.dev/package-manager/lockfiles).** Reads and writes `pnpm-lock.yaml`, `package-lock.json`, `npm-shrinkwrap.json`, `yarn.lock`, and `bun.lock` in place.
|
|
29
29
|
|
|
@@ -59,6 +59,12 @@ aube is also published on npm:
|
|
|
59
59
|
npm install -g @endevco/aube
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
While aube is beta, Homebrew installs come from the Endev tap:
|
|
63
|
+
|
|
64
|
+
```sh
|
|
65
|
+
brew install endevco/tap/aube
|
|
66
|
+
```
|
|
67
|
+
|
|
62
68
|
See [other install methods](https://aube.en.dev/installation).
|
|
63
69
|
|
|
64
70
|
## First Install
|
package/bin/aube
CHANGED
|
Binary file
|
package/bin/aubr
CHANGED
|
Binary file
|
package/bin/aubx
CHANGED
|
Binary file
|
package/package.json
CHANGED