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
@@ -40,7 +89,7 @@ gatsby new [<site-name> [<starter-url>]]
40
89
41
90
> Note: The `site-name` should only consist of letters and numbers. If you specify a `.`, `./` or a `<space>`in the name, `gatsby new` will throw an error.
42
91
43
-
#### Examples
92
+
##### Examples
44
93
45
94
- Create a Gatsby site named `my-awesome-site` using the default starter:
46
95
@@ -54,20 +103,6 @@ gatsby new my-awesome-site
54
103
gatsby new my-awesome-blog-site https://github.com/gatsbyjs/gatsby-starter-blog
55
104
```
56
105
57
-
- If you leave out both of the arguments, the CLI will run an interactive shell asking for these inputs:
58
-
59
-
```shell
60
-
gatsby new
61
-
? What is your project called? › my-gatsby-project
62
-
? What starter would you like to use? › - Use arrow-keys. Return to submit.
63
-
❯ gatsby-starter-default
64
-
gatsby-starter-hello-world
65
-
gatsby-starter-blog
66
-
(Use a different starter)
67
-
```
68
-
69
-
_Note: you can try out the experimental interactive experience from the `create-gatsby` package with the `GATSBY_EXPERIMENTAL_GATSBY_NEW_FLOW=true` flag, which will prompt you with questions about the kind of site you're building, and install the plugins you'll need automatically._
70
-
71
106
See the [Gatsby starters docs](/docs/gatsby-starters/) for more details.
0 commit comments