UNPKG

@ng-zen/cli

Version:

A CLI tool for generating customizable, modern Angular UI components using schematics.

10 lines 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngAdd = ngAdd; function ngAdd() { return async (tree, context) => { context.logger.info('🔧 Setting up ng-zen...'); return tree; }; } //# sourceMappingURL=index.js.map