From aea3af0949900fad87f3fc8c3d22cdb6bab179de Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 30 Jan 2026 13:53:02 -0500 Subject: [PATCH] docs(readme): standardize format to match template - Centered header with logo, title, and tagline - Two rows of badges (License/Build, then Marketplace) - Consistent section structure with horizontal rules - Contributors section with markers - Centered footer with attribution --- README.md | 103 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 65 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 9048575..2600300 100644 --- a/README.md +++ b/README.md @@ -1,71 +1,98 @@ -
- -Super Clean Logo +

+ Super Clean Logo +

---- +

Super Clean

-[![License](https://img.shields.io/github/license/CodingWithCalvin/VS-SuperClean?style=for-the-badge)](https://github.com/CodingWithCalvin/VS-SuperClean/blob/main/LICENSE) -[![Build](https://img.shields.io/github/actions/workflow/status/CodingWithCalvin/VS-SuperClean/build.yml?style=for-the-badge)](https://github.com/CodingWithCalvin/VS-SuperClean/actions/workflows/build.yml) +

+ Clean your solution the way it should have always worked! +

-[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/CodingWithCalvin.VS-SuperClean?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean) -[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/CodingWithCalvin.VS-SuperClean?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean) -[![Visual Studio Marketplace](https://img.shields.io/badge/VS%20Marketplace-Install-blue?style=for-the-badge&logo=visualstudio)](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean) -[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/CodingWithCalvin.VS-SuperClean?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean) +

+ + License + + + Build Status + +

-๐Ÿงน **Clean your solution the way it should have always worked!** +

+ + Marketplace Version + + + Marketplace Installations + + + Marketplace Downloads + + + Marketplace Rating + +

-Tired of lingering build artifacts causing mysterious issues? **Super Clean** nukes those `bin` and `obj` folders with a single click โ€” no more hunting through folders manually! โœจ +--- -
+Tired of lingering build artifacts causing mysterious issues? **Super Clean** nukes those `bin` and `obj` folders with a single click - no more hunting through folders manually! -## โœจ Features +## Features | Feature | Description | |---------|-------------| -| ๐Ÿ—‚๏ธ **Solution-level cleaning** | Right-click the solution to clean all projects at once | -| ๐Ÿ“ **Project-level cleaning** | Right-click individual projects to clean just that project | -| ๐Ÿ—‘๏ธ **Removes bin folder** | Deletes the entire `bin` directory and all its contents | -| ๐Ÿ“ฆ **Removes obj folder** | Deletes the entire `obj` directory and all its contents | -| โšก **Fast and reliable** | Quick deletion without the overhead of MSBuild's Clean target | +| **Solution-level cleaning** | Right-click the solution to clean all projects at once | +| **Project-level cleaning** | Right-click individual projects to clean just that project | +| **Removes bin folder** | Deletes the entire `bin` directory and all its contents | +| **Removes obj folder** | Deletes the entire `obj` directory and all its contents | +| **Fast and reliable** | Quick deletion without the overhead of MSBuild's Clean target | -## ๐Ÿ“ฅ Installation +## Installation -### Visual Studio Marketplace (Recommended) +### Visual Studio Marketplace -[![Install from VS Marketplace](https://img.shields.io/badge/Install%20from-VS%20Marketplace-purple?style=for-the-badge&logo=visualstudio)](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-SuperClean) +1. Open Visual Studio 2022 or 2026 +2. Go to **Extensions > Manage Extensions** +3. Search for "Super Clean" +4. Click **Download** and restart Visual Studio ### Manual Installation -1. ๐Ÿ“ฅ Download the `.vsix` file from the [Releases](https://github.com/CodingWithCalvin/VS-SuperClean/releases) page -2. ๐Ÿ–ฑ๏ธ Double-click the downloaded file to install +Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-SuperClean/releases) page and double-click to install. -## ๐ŸŽฎ Usage +## Usage -1. ๐Ÿ–ฑ๏ธ Right-click on a **Solution** or **Project** in Solution Explorer -2. ๐Ÿ“‹ Select **Super Clean** -3. ๐Ÿงน Watch those `bin` and `obj` folders disappear! +1. Right-click on a **Solution** or **Project** in Solution Explorer +2. Select **Super Clean** +3. Watch those `bin` and `obj` folders disappear! -## ๐Ÿ’ป Supported Versions +## Supported Versions | Visual Studio | Architectures | |---------------|---------------| -| ๐ŸŸข Visual Studio 2022 (17.x) | x64 (amd64), ARM64 | -| ๐ŸŸข Visual Studio 2026 (18.x) | x64 (amd64), ARM64 | +| Visual Studio 2022 (17.x) | x64 (amd64), ARM64 | +| Visual Studio 2026 (18.x) | x64 (amd64), ARM64 | -## ๐Ÿ“„ License +## Contributing -This project is licensed under the [MIT License](LICENSE). +Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better. -## ๐Ÿค Contributing +### Development Setup -Contributions are welcome! Issues, PRs, feature requests โ€” bring it on! ๐Ÿ’ช +1. Clone the repository +2. Open the solution in Visual Studio 2022 or 2026 +3. Ensure you have the "Visual Studio extension development" workload installed +4. Install the [Extensibility Essentials 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) extension +5. Press F5 to launch the experimental instance -For cloning and building this project yourself, make sure to install the [Extensibility Essentials 2022 extension](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) for Visual Studio which enables some features used by this project. +## License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. + +--- -## ๐Ÿ‘ฅ Contributors +## Contributors -[![CalvinAllen](https://avatars.githubusercontent.com/u/41448698?v=4&s=64)](https://github.com/CalvinAllen) ---