You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates starter templates for engines or plugins.
185
+
186
+
- **Path Resolution**:
187
+
1. If `--path` is provided, it is used as the base directory.
188
+
2. If a developer directory is explicitly configured (via `set dev-engine-dir` or `set dev-plugin-dir`), the template is created directly inside that folder.
189
+
3. Otherwise, the CLI will interactively prompt for a destination path.
190
+
- **Interactive Prompt**: The command will wait for user input unless in a non-interactive environment or bypassed with a path/config.
191
+
- **Structure**: Templates are created with the correct directory structure (`engines/<name>` or `Plugins/<name>`) unless created inside a `dev` directory, where they are placed at the root of that directory.
0 commit comments