kendo-angular-getting-started

Installation
SKILL.md

Kendo UI for Angular — Getting Started

Arguments

Usage: /kendo-angular-getting-started [mode] [project-name] [--theme=<theme>]

  • [mode]: new (default) — create a brand-new Angular project with the Angular CLI, or existing — add Kendo UI for Angular to an existing project
  • [project-name]: The name for your project (default: kendo-angular-app). Only used in new mode.
  • [--theme=<theme>]: One of default (default), bootstrap, material, fluent

Instructions

  1. Determine the mode from $ARGUMENTS:

    • If $ARGUMENTS contains existing, add, existing-project, or add-to-existing (case-insensitive) → read and follow existing-project.md
    • Otherwise → read and follow new-project.md (this is the default)
  2. Extract the project name from $ARGUMENTS. If no name is provided, use kendo-angular-app.

  3. Extract the theme from $ARGUMENTS (e.g., --theme=bootstrap). If no theme is provided, use default.

Installs
3
GitHub Stars
1
First Seen
6 days ago
kendo-angular-getting-started — telerik/ai-plugins