Skip to content

Commit 815a983

Browse files
committed
📦📝 Add CLI usage example to project template README
1 parent aba2ff9 commit 815a983

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

project_name/README.md.jinja

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Import the package in your code:
3636
import {{ package_name }}
3737
```
3838

39+
or run it directly:
40+
41+
```bash
42+
{{ project_name }} --help
43+
```
44+
3945
## Development
4046

4147
### Getting started

0 commit comments

Comments
 (0)