@ng-zen/cli
Version:
Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like avatar, button, checkbox, divider, form-control, icon, input, skeleton, switch, textarea with Storybook demos.
13 lines (12 loc) • 435 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "NgZenDependencyManager",
"title": "NgZen Dependency Manager",
"properties": {
"installation": {
"type": "boolean",
"x-prompt": "Some elements require additional packages. Would you like to install them?",
"description": "Determines whether the required additional npm packages for the selected elements should be installed automatically."
}
}
}