@endevco/aube-win32-arm64 1.0.0-beta.8 → 1.0.0
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 +11 -4
- package/bin/aube.exe +0 -0
- package/bin/aubr.exe +0 -0
- package/bin/aubx.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
<strong><a href="https://aube.en.dev">Read the docs</a></strong>
|
|
19
19
|
</p>
|
|
20
20
|
|
|
21
|
-
> [!WARNING]
|
|
22
|
-
> aube is beta software. It aims for compatibility with pnpm v11, but it has not been tested across many projects yet.
|
|
23
|
-
|
|
24
21
|
## Why Try It
|
|
25
22
|
|
|
26
23
|
**[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.
|
|
@@ -59,7 +56,7 @@ aube is also published on npm:
|
|
|
59
56
|
npm install -g @endevco/aube
|
|
60
57
|
```
|
|
61
58
|
|
|
62
|
-
|
|
59
|
+
Homebrew installs come from the Endev tap:
|
|
63
60
|
|
|
64
61
|
```sh
|
|
65
62
|
brew install endevco/tap/aube
|
|
@@ -230,6 +227,16 @@ Some pnpm commands are intentionally out of scope. Runtime-management commands s
|
|
|
230
227
|
|
|
231
228
|
Thanks to [Buildkite](https://buildkite.com) for providing CI for aube.
|
|
232
229
|
|
|
230
|
+
## Star History
|
|
231
|
+
|
|
232
|
+
<a href="https://www.star-history.com/?repos=endevco%2Faube&type=date&legend=top-left">
|
|
233
|
+
<picture>
|
|
234
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=endevco/aube&type=date&theme=dark&legend=top-left" />
|
|
235
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=endevco/aube&type=date&legend=top-left" />
|
|
236
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=endevco/aube&type=date&legend=top-left" />
|
|
237
|
+
</picture>
|
|
238
|
+
</a>
|
|
239
|
+
|
|
233
240
|
## Contributors
|
|
234
241
|
|
|
235
242
|
[](https://github.com/endevco/aube/graphs/contributors)
|
package/bin/aube.exe
CHANGED
|
Binary file
|
package/bin/aubr.exe
CHANGED
|
Binary file
|
package/bin/aubx.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED