Awesome-omni-skill pcf-tooling

Get Microsoft Power Platform CLI tooling for Power Apps Component Framework Triggers on: **/*.{ts,tsx,js,json,xml,pcfproj,csproj}

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/frontend/pcf-tooling" ~/.claude/skills/diegosouzapw-awesome-omni-skill-pcf-tooling && rm -rf "$T"
manifest: skills/frontend/pcf-tooling/SKILL.md
source content

Get Tooling for Power Apps Component Framework

Use Microsoft Power Platform CLI (command-line interface) to create, debug, and deploy code components using Power Apps component framework. Microsoft Power Platform CLI enables developers to create code components quickly. In the future, it will be expanded to include support for additional development and application life cycle management (ALM) experiences.

More information: Install Microsoft Power Platform CLI

Important: To deploy your code component using Microsoft Power Platform CLI, you must have a Microsoft Dataverse environment with system administrator or system customizer privileges.

See Also


name: pcf-tooling description: Get Microsoft Power Platform CLI tooling for Power Apps Component Framework Triggers on: /*.{ts,tsx,js,json,xml,pcfproj,csproj} triggers: "/.{ts,tsx,js,json,xml,pcfproj,csproj}" globs: "**/.{ts,tsx,js,json,xml,pcfproj,csproj}"

Get Tooling for Power Apps Component Framework

Use Microsoft Power Platform CLI (command-line interface) to create, debug, and deploy code components using Power Apps component framework. Microsoft Power Platform CLI enables developers to create code components quickly. In the future, it will be expanded to include support for additional development and application life cycle management (ALM) experiences.

More information: Install Microsoft Power Platform CLI

Important: To deploy your code component using Microsoft Power Platform CLI, you must have a Microsoft Dataverse environment with system administrator or system customizer privileges.

See Also