@templmf/temp-solf-lmf 0.0.27 → 0.0.28
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/package.json +1 -1
- package/test.md +7 -5
package/package.json
CHANGED
package/test.md
CHANGED
|
@@ -10,7 +10,7 @@ Use this skill when the user mentions any of the following:
|
|
|
10
10
|
|
|
11
11
|
## Tool
|
|
12
12
|
|
|
13
|
-
Internal frontend scaffold CLI: `
|
|
13
|
+
Internal frontend scaffold CLI: `cit-cli`
|
|
14
14
|
|
|
15
15
|
## Steps
|
|
16
16
|
|
|
@@ -18,11 +18,13 @@ Internal frontend scaffold CLI: `citic-cli`
|
|
|
18
18
|
2. Run the following command to initialize the project:
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
|
|
21
|
+
cit-cli create <project-name>
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
3.
|
|
25
|
-
|
|
24
|
+
3. After running the command, if the CLI shows an interactive prompt (e.g. template selection, package manager choice), notify the user:
|
|
25
|
+
> "The CLI is waiting for your input. Please switch to the terminal and complete the selections manually."
|
|
26
|
+
4. Wait for the user to confirm they have finished the interactive steps
|
|
27
|
+
5. Inform the user that the project has been created and suggest next steps
|
|
26
28
|
|
|
27
29
|
## Example
|
|
28
30
|
|
|
@@ -30,7 +32,7 @@ User says: "Help me initialize a project called my-app"
|
|
|
30
32
|
|
|
31
33
|
Run:
|
|
32
34
|
```bash
|
|
33
|
-
|
|
35
|
+
cit-cli create my-app
|
|
34
36
|
```
|
|
35
37
|
|
|
36
38
|
## Notes
|