UNPKG

@ng-zen/cli

Version:

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

16 lines (15 loc) 400 B
{ "$schema": "http://json-schema.org/schema", "$id": "NgZenCliComponents", "title": "Schema to create Zen UI library", "type": "object", "description": "Adds Zen CLI library and configure project 📦", "properties": { "path": { "description": "Where should be created the library", "type": "string", "format": "path", "default": "projects/ng-zen" } } }