@ng-zen/cli
v0.0.1-alpha.1
Published
The ng-zen CLI is a command-line tool designed to facilitate the generation of UI-kit elements for Angular applications using Angular schematics. It provides out-of-the-box components that can be quickly integrated into Angular projects.
Downloads
3
Readme
@ng-zen/cli
Overview
The ng-zen CLI is a command-line tool designed to facilitate the generation of UI-kit elements for Angular applications using Angular schematics. It provides out-of-the-box components that can be quickly integrated into Angular projects.
Installation
To install ng-zen CLI, use the following command:
ng add @ng-zen/cli
This command will add the necessary dependencies and configurations to your Angular project.
Generating Components
You can generate components using the ng-zen CLI. Components are generated using the following command format:
ng generate @ng-zen/cli:component
License
This project is licensed under the BSD 2-Clause License. For more details, refer to the LICENSE file in the repository.
Author
@ng-zen/cli is maintained by Konrad Stępień.
- Email: [email protected]
- LinkedIn: Konrad Stępień
Documentation
The ng-zen CLI is documented using Storybook for component examples and JSDoc, as well as Compodoc for Angular project documentation.