Skip to content

Commit

Permalink
docs(readme.md): add info how to generate directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordrad committed Jul 10, 2024
1 parent d8b37c3 commit ff02cfd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions projects/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,21 @@ ng add @ng-zen/cli

This command will add the necessary dependencies and configurations to your Angular project.

## Generating Components
## Generating

You can generate components using the ng-zen CLI. Components are generated using the following command format:
You can generate code using the ng-zen CLI.


#### Components
```bash
ng generate @ng-zen/cli:component
```

#### Directives
```bash
ng generate @ng-zen/cli:directive
```

## License

This project is licensed under the BSD 2-Clause License. For more details, refer to the LICENSE file in the repository.
Expand Down

0 comments on commit ff02cfd

Please sign in to comment.