diff --git a/projects/cli/README.md b/projects/cli/README.md index ef233c1..c8adc0a 100644 --- a/projects/cli/README.md +++ b/projects/cli/README.md @@ -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.