From 718cb3374c85f0e5e598160631541126401a3908 Mon Sep 17 00:00:00 2001 From: John Yenter-Briars Date: Mon, 17 Mar 2025 20:23:35 -0500 Subject: [PATCH] readme update --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 020d086..c6774b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bamboo -Bamboo is a simple, friendly, and ⚡*blazingly*⚡ fast customization manager, designed to speed up development time on the [Microsoft Power Platform](https://powerplatform.microsoft.com/en-us/). +Bamboo is a simple, friendly, and ⚡*blazingly*⚡ fast customization manager, designed to speed up development time on the [Microsoft Power Platform](https://powerplatform.microsoft.com/en-us/). 🚀 Currently supporting [web resources](https://learn.microsoft.com/en-us/power-apps/developer/model-driven-apps/web-resources) and [custom controls](https://learn.microsoft.com/en-us/power-apps/developer/component-framework/create-custom-controls-using-pcf), Bamboo provides a seamless experience for developers to edit and manage these solution components - all from within VS Code. @@ -24,7 +24,7 @@ Bamboo provides the following features inside VS Code: 1. Install the extension [here](https://marketplace.visualstudio.com/publishers/root16). 2. Add a `bamboo.conf.json` at the **root** of your VS Code workspace. - ![Example Project Strucutre](./images/project_structure.png) + - ![Example Project Strucutre](./images/project_structure.png) - **Do not check `bamboo.conf.json` into source control.** 3. Populate the json file with the following data: @@ -117,15 +117,15 @@ Bamboo provides the following features inside VS Code: ## Feature List -- [X] Upload / create web resources -- [X] List Web Resources in tree view -- [X] List Custom Controls in tree view -- [X] Upload Custom Controls via Solution Import -- [ ] Upload Custom Controls via PAC or individual import -- [ ] Automatically add custom controls to solution -- [ ] Manage upload / sync from context of tree view -- [ ] Sync data from Power Apps to local files -- [ ] Plugin support +- [✅] Upload / create web resources +- [✅] List Web Resources in tree view +- [✅] List Custom Controls in tree view +- [✅] Upload Custom Controls via Solution Import +- [❌] Upload Custom Controls via PAC or individual import +- [❌] Automatically add custom controls to solution +- [❌] Manage upload / sync from context of tree view +- [❌] Sync data from Power Apps to local files +- [❌] Plugin support ## License Distributed under the MIT License. See [`LICENSE`](LICENSE) for more information.