@ooneex/cli 1.1.11 → 1.2.1
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/index.js +711 -175
- package/dist/index.js.map +24 -24
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -118,10 +118,19 @@ Creates a TypeORM entity with:
|
|
|
118
118
|
- Entity file
|
|
119
119
|
- Test file
|
|
120
120
|
|
|
121
|
+
### Installing Zsh Completions
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
ooneex completion:zsh
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
Installs Zsh completions for the `oo` and `ooneex` commands with context-aware option suggestions per command.
|
|
128
|
+
|
|
121
129
|
### Additional Commands
|
|
122
130
|
|
|
123
131
|
| Command | Description |
|
|
124
132
|
|---------|-------------|
|
|
133
|
+
| `completion:zsh` | Install Zsh completion for oo command |
|
|
125
134
|
| `make:ai` | Generate a new AI class |
|
|
126
135
|
| `make:analytics` | Generate a new analytics class |
|
|
127
136
|
| `make:cache` | Generate a new cache class |
|