Skip to content

Commit 5291c72

Browse files
committed
Add flow init mention on CLI index
1 parent 099254f commit 5291c72

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/build/tools/flow-cli/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@ macOS, Linux, and Windows.
2727

2828
## Create Your First Project
2929

30-
To get started with creating your first Flow project and to learn more about how to use the Flow CLI commands, please refer to the [Commands documentation](./commands.md). These commands simplify the setup and development process, allowing you to focus on building your application without worrying about the underlying configurations.
30+
Create a new Flow project:
31+
32+
```zsh
33+
flow init
34+
```
35+
36+
The `flow init` command provides an interactive setup experience where you can select from various project scaffolds. These scaffolds help you get started quickly by providing pre-configured projects for common use cases, such as basic Cadence projects, projects with specific contract dependencies, or specialized templates for different types of applications.
37+
38+
To learn more about Flow CLI commands and how to use them, please refer to the [Commands documentation](./commands.md).

0 commit comments

Comments
 (0)