@dgxo/mashadevcli 1.1.1 → 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 +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Masha Dev
|
|
2
|
-
> 🍴 **Masha Dev CLI
|
|
3
|
-
>
|
|
4
|
-
>
|
|
2
|
+
> 🍴 **Fork Notice:** Masha Dev CLI is a fork of [Gemini CLI](https://github.com/google-gemini/gemini-cli) by Google, rebranded and extended with multi-provider support (Gemini + OpenRouter) and a custom AI persona. Original project is licensed under Apache 2.0.
|
|
3
|
+
>
|
|
4
|
+
> ⚠️ **Setup Required:** Masha requires a `MASHA.md` persona file, `skills/`, and `system-prompts/` to work as intended. Get the full setup at [MashaAIPersona](https://repo.dgxo.my.id/DGameXO/MashaAIPersona).
|
|
5
5
|
|
|
6
6
|
[](https://github.com/DGameGT/mashadev-cli/actions/workflows/ci.yml)
|
|
7
7
|
[](https://github.com/DGameGT/mashadev-cli/actions/workflows/chained_e2e.yml)
|
|
8
|
-
[](https://www.npmjs.com/package/@dgxo/mashadevcli)
|
|
9
9
|
[](https://github.com/DGameGT/mashadev-cli/blob/main/LICENSE)
|
|
10
10
|
[](https://codewiki.google/github.com/DGameGT/mashadev-cli?utm_source=badge&utm_medium=github&utm_campaign=github.com/DGameGT/mashadev-cli)
|
|
11
11
|
|
|
@@ -42,13 +42,13 @@ for recommended system specifications and a detailed installation guide.
|
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
44
|
# Using npx (no installation required)
|
|
45
|
-
npx
|
|
45
|
+
npx @dgxo/mashadevcli
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
#### Install globally with npm
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
|
-
npm install -g
|
|
51
|
+
npm install -g @dgxo/mashadevcli
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
#### Install globally with Homebrew (macOS/Linux)
|
|
@@ -71,7 +71,7 @@ conda create -y -n mashadev_env -c conda-forge nodejs
|
|
|
71
71
|
conda activate mashadev_env
|
|
72
72
|
|
|
73
73
|
# Install Masha Dev globally via npm (inside the environment)
|
|
74
|
-
npm install -g
|
|
74
|
+
npm install -g @dgxo/mashadevcli
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
## Release Cadence and Tags
|
|
@@ -85,7 +85,7 @@ releases will not have been fully vetted and may contain regressions or other
|
|
|
85
85
|
outstanding issues. Please help us test and install with `preview` tag.
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
|
-
npm install -g
|
|
88
|
+
npm install -g @dgxo/mashadevcli@preview
|
|
89
89
|
```
|
|
90
90
|
|
|
91
91
|
### Stable
|
|
@@ -95,7 +95,7 @@ npm install -g mashadev-cli@preview
|
|
|
95
95
|
and validations. Use `latest` tag.
|
|
96
96
|
|
|
97
97
|
```bash
|
|
98
|
-
npm install -g
|
|
98
|
+
npm install -g @dgxo/mashadevcli@latest
|
|
99
99
|
```
|
|
100
100
|
|
|
101
101
|
### Nightly
|
|
@@ -105,7 +105,7 @@ npm install -g mashadev-cli@latest
|
|
|
105
105
|
there are pending validations and issues. Use `nightly` tag.
|
|
106
106
|
|
|
107
107
|
```bash
|
|
108
|
-
npm install -g
|
|
108
|
+
npm install -g @dgxo/mashadevcli@nightly
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
## 📋 Key Features
|
|
@@ -371,7 +371,7 @@ for planned features and priorities.
|
|
|
371
371
|
|
|
372
372
|
- **[Official Roadmap](./ROADMAP.md)** - See what's coming next.
|
|
373
373
|
- **[Changelog](./docs/changelogs/index.md)** - See recent notable updates.
|
|
374
|
-
- **[NPM Package](https://www.npmjs.com/package/
|
|
374
|
+
- **[NPM Package](https://www.npmjs.com/package/@dgxo/mashadevcli)** - Package
|
|
375
375
|
registry.
|
|
376
376
|
- **[GitHub Issues](https://github.com/DGameGT/mashadev-cli/issues)** -
|
|
377
377
|
Report bugs or request features.
|