monoverse 0.0.18 → 0.0.19
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 +9 -0
- package/dist/cli.js +53492 -31644
- package/dist/cli.js.map +506 -0
- package/package.json +3 -5
package/README.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
A zero-config, opinionated monorepo management tool.
|
|
4
4
|
|
|
5
|
+
## Prerequisites
|
|
6
|
+
|
|
7
|
+
[Bun](https://bun.sh) is required to run monoverse.
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
# Install Bun (macOS, Linux, WSL)
|
|
11
|
+
curl -fsSL https://bun.sh/install | bash
|
|
12
|
+
```
|
|
13
|
+
|
|
5
14
|
## Getting Started
|
|
6
15
|
|
|
7
16
|
Monoverse works out of the box with any monorepo. No configuration needed.
|