monorepotime 1.1.2 → 1.1.4
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 +1 -11
- package/dist/index.js +4154 -227
- package/package.json +19 -9
- package/public/assets/index-DgwaoZai.css +1 -0
- package/public/assets/index-uEMI4n-9.js +1529 -0
- package/public/index.html +2 -2
- package/public/assets/index-6KaRsdHq.css +0 -1
- package/public/assets/index-BuLwXiRH.js +0 -1528
package/README.md
CHANGED
|
@@ -11,14 +11,7 @@ npx monorepotime
|
|
|
11
11
|
or
|
|
12
12
|
```bash
|
|
13
13
|
npm install -D monorepotime
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
Navigate to the root of your monorepo project and run:
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
monorepotime
|
|
14
|
+
npx monorepotime
|
|
22
15
|
```
|
|
23
16
|
|
|
24
17
|
This will:
|
|
@@ -26,9 +19,6 @@ This will:
|
|
|
26
19
|
2. Open the dashboard in your default browser.
|
|
27
20
|
3. Allow you to interact with your workspaces immediately.
|
|
28
21
|
|
|
29
|
-
## Demo
|
|
30
|
-

|
|
31
|
-

|
|
32
22
|
|
|
33
23
|
## License
|
|
34
24
|
|