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
By using the CLI to create a base project, you should get a file tree
@@ -49,6 +102,12 @@ that looks something like this:
49
102
└── tsconfig.json
50
103
```
51
104
105
+
:::note
106
+
107
+
The exact project structure may vary depending on the example you choose. Each example comes with its own configuration and dependencies tailored to its specific use case.
108
+
109
+
:::
110
+
52
111
## Entry point
53
112
54
113
The `src/app.ts` file is the main entry point for your application.
@@ -107,6 +166,16 @@ The development version is likely to have bugs.
107
166
108
167
:::
109
168
169
+
## Getting Help
170
+
171
+
For more information about the CLI options, you can use the help flag:
172
+
173
+
```sh npm2yarn
174
+
npm create commandkit@latest --help
175
+
```
176
+
177
+
This will display all available options and usage examples.
178
+
110
179
## Manual setup
111
180
112
181
Alternatively, if you would like to setup a new CommandKit project
0 commit comments