ng-zen is a comprehensive Angular development accelerator featuring:
- Ready-to-use UI-kit components
- Angular schematics integration
- CLI tool for streamlined component generation
The repository contains:
/packages/cli
: Core CLI implementation with Angular schematics- Configuration files for publishing and local development
- Set up Verdaccio
- Start local registry
verdaccio
- Configure npm to use local registry (follow Verdaccio CLI prompts)
- Publish locally
pnpm run publish:local
- Test in Angular project
ng add @ng-zen/cli --registry http://localhost:4873/
Core Maintainer: Konrad Stępień
BSD 2-Clause License - View Full License
To contribute:
- Fork the repository
- Create feature branch
- Submit PR with detailed description
- Ensure code follows project standards