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
Copy file name to clipboardexpand all lines: packages/gatsby-cli/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The Gatsby CLI (`gatsby-cli`) is packaged as an executable that can be used glob
9
9
10
10
Run `gatsby --help` for full help.
11
11
12
-
You can also use the `package.json` script variant of these commands, typically exposed _for you_ with most [starters](/docs/starters/). For example, if we want to make the [`gatsby develop`](#develop) command available in our application, we would open up `package.json` and add a script like so:
12
+
You can also use the `package.json` script variant of these commands, typically exposed _for you_ with most [starters](https://www.gatsbyjs.org/docs/starters/). For example, if we want to make the [`gatsby develop`](#develop) command available in our application, we would open up `package.json` and add a script like so:
13
13
14
14
```json:title=package.json
15
15
{
@@ -36,10 +36,10 @@ You can also use the `package.json` script variant of these commands, typically
| site-name | Your Gatsby site name, which is also used to create the project directory. |
42
-
| starter-url | A Gatsby starter URL or local file path. Defaults to [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default); see the [Gatsby starters](/docs/gatsby-starters/) docs for more information. |
| site-name | Your Gatsby site name, which is also used to create the project directory. |
42
+
| starter-url | A Gatsby starter URL or local file path. Defaults to [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default); see the [Gatsby starters](https://www.gatsbyjs.org/docs/gatsby-starters/) docs for more information. |
43
43
44
44
> 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.
0 commit comments