-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add Power Apps Code Apps Development Toolkit #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive support for Microsoft Power Apps Code Apps (preview) development to the awesome-copilot repository. Power Apps Code Apps enables code-first web application development with Power Platform integration using TypeScript, React, and the Power Platform SDK.
- Comprehensive project scaffolding prompt for complete Power Apps Code App setup
- Detailed development instructions covering TypeScript, React, and Power Platform best practices
- Expert chat mode for Power Platform guidance and troubleshooting
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| prompts/power-apps-code-app-scaffold.prompt.md | Complete project scaffolding prompt for Power Apps Code Apps with PAC CLI setup and connector configuration |
| instructions/power-apps-code-apps.instructions.md | Comprehensive development standards and best practices for Power Apps Code Apps development |
| collections/power-apps-code-apps.md | Collection overview page with installation links and item descriptions |
| collections/power-apps-code-apps.collection.yml | YAML configuration file defining the collection structure and metadata |
| chatmodes/power-platform-expert.chatmode.md | Expert chat mode for Power Platform development guidance |
| README.prompts.md | Updated prompts listing to include the new Power Apps scaffolding prompt |
| README.instructions.md | Updated instructions listing to include the new Power Apps development instructions |
| README.collections.md | Updated collections listing to include the new Power Apps Code Apps collection |
| README.chatmodes.md | Updated chat modes listing to include the new Power Platform expert chat mode |
Update project scaffolding instructions for Power Apps Code Apps with PAC CLI setup, SDK integration, and connector configuration.
Update Power Apps Code Apps development instructions with new standards and best practices for TypeScript, React, and Power Platform integration.
Update project scaffolding details and add advanced patterns.
Pull Request Checklist
node update-readme.jsand verified thatREADME.mdis up to date.Description
This PR adds comprehensive support for Microsoft Power Apps Code Apps (preview) development to the awesome-copilot repository.
Type of Contribution
Collection, as well
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.