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
@@ -33,13 +33,7 @@ Where [Create Next App](https://github.com/vercel/next.js/tree/canary/packages/c
33
33
34
34
This repository covers the CLI tool, while [create-next-stack-website](https://github.com/akd-io/create-next-stack-website) covers the site.
35
35
36
-
To get started, go to [create-next-stack.com](https://www.create-next-stack.com) or run:
37
-
38
-
```bash
39
-
npx create-next-stack
40
-
```
41
-
42
-
If using the CLI, you'll be prompted to pick a project name, and your preferred technologies like so:
36
+
To get started, go to [create-next-stack.com](https://www.create-next-stack.com). Here you'll be able to choose the technologies you want to use and get the corresponding CLI command.
43
37
44
38
<palign="center">
45
39
<imgwidth="600"alt="Screenshot of Create Next Stack running in a terminal"src="assets/screenshot.png">
@@ -74,6 +68,7 @@ The table below provides an overview of the technologies currently supported by
Copy file name to clipboardExpand all lines: src/main/create-next-stack-types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ export type CreateNextStackArgs = UnknownObject // Change to ParserOutput["args"
26
26
exporttypeCreateNextStackFlags=Partial<CreateNextStackParserOutput["flags"]>// Change to CreateNextStackParserOutput["flags"] if it becomes strongly typed in the future. (Currently not a Partial.)
0 commit comments