Skip to content

Commit cb3e5be

Browse files
committed
Update template documentation
1 parent 96d583c commit cb3e5be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus/docs/custom-templates.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Custom Templates enable you to select a template to create your project from, wh
99

1010
You'll notice that Custom Templates are always named in the format `cra-template-[template-name]`, however you only need to provide the `[template-name]` to the creation command.
1111

12+
Scoped templates are also supported, under the name `@[scope-name]/cra-template` or `@[scope-name]/cra-template-[template-name]`, which can be installed via `@[scope]` and `@[scope]/[template-name]` respectively.
13+
1214
### npm
1315

1416
```sh

0 commit comments

Comments
 (0)