@endevco/aube-darwin-arm64 1.0.0-beta.7 → 1.0.0-beta.9
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 -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
|
@@ -185,7 +185,7 @@ aube ignored-builds
|
|
|
185
185
|
|
|
186
186
|
## Package Layout
|
|
187
187
|
|
|
188
|
-
aube uses an isolated `node_modules` layout. Packages are linked through `node_modules/.aube/`, and package files are stored once in `~/.aube
|
|
188
|
+
aube uses an isolated `node_modules` layout. Packages are linked through `node_modules/.aube/`, and package files are stored once in `$XDG_DATA_HOME/aube/store/` (defaulting to `~/.local/share/aube/store/`).
|
|
189
189
|
|
|
190
190
|
That means:
|
|
191
191
|
|
|
@@ -230,6 +230,16 @@ Some pnpm commands are intentionally out of scope. Runtime-management commands s
|
|
|
230
230
|
|
|
231
231
|
Thanks to [Buildkite](https://buildkite.com) for providing CI for aube.
|
|
232
232
|
|
|
233
|
+
## Star History
|
|
234
|
+
|
|
235
|
+
<a href="https://www.star-history.com/?repos=endevco%2Faube&type=date&legend=top-left">
|
|
236
|
+
<picture>
|
|
237
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=endevco/aube&type=date&theme=dark&legend=top-left" />
|
|
238
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=endevco/aube&type=date&legend=top-left" />
|
|
239
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=endevco/aube&type=date&legend=top-left" />
|
|
240
|
+
</picture>
|
|
241
|
+
</a>
|
|
242
|
+
|
|
233
243
|
## Contributors
|
|
234
244
|
|
|
235
245
|
[](https://github.com/endevco/aube/graphs/contributors)
|
package/bin/aube
CHANGED
|
Binary file
|
package/bin/aubr
CHANGED
|
Binary file
|
package/bin/aubx
CHANGED
|
Binary file
|
package/package.json
CHANGED