Skip to content

Commit 30b359d

Browse files
committed
update documentation
1 parent d9a0fab commit 30b359d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs_src/src/pages/documentation/en/plugins.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ The plugin integrates seamlessly with the Robyn web framework, enhancing the sec
4747

4848
```bash
4949
# Create a new Robyn project with DDD design pattern and SQLAlchemy
50-
robyn-config create my_project --design ddd --orm sqlalchemy
50+
robyn-config create my_project ./my_project --design ddd --orm sqlalchemy
5151

5252
# Add new business logic entity to an existing project
53-
robyn-config add users
53+
robyn-config add users ./my_project
5454

5555
# Add admin panel scaffolding
56-
robyn-config adminpanel
56+
robyn-config adminpanel ./my_project
5757

5858
# Add monitoring pipeline (Alloy + Loki + Grafana)
59-
robyn-config monitoring
59+
robyn-config monitoring ./my_project
6060
```
6161

6262
The `robyn-config` CLI helps you quickly scaffold production-ready Robyn applications following established patterns and best practices. It generates boilerplate code for routes, repositories, services, and models so you can focus on business logic.

0 commit comments

Comments
 (0)