eggp-tools is an Electron-based application built with React and TypeScript. This application is designed to enhance the productivity of frontend developers by integrating various development tools.
eggp-tools offers the following convenient tools:
-
Color tool 🎨 A color picker tool to select and utilize colors as needed.
-
HTML to Markdown 📝 Easily converts HTML into Markdown format.
-
Tailwindcss to CSS 🖌 Converts Tailwind CSS code to standard CSS for project use.
-
Comment remover 🧽 Automatically removes comments from code to help with code cleanup.
-
SVG to PNG 🖼 Converts SVG files to PNG format, supporting image file conversions.
git clone <repository-url>
cd eggp-tools
pnpm install
pnpm dev
pnpm build
- Electron - Desktop application framework
- React - User interface development
- TypeScript - Static typing support
This project is licensed under the MIT License.
If you’d like to contribute to this project, please feel free to open an issue or submit a pull request.
Explore and utilize a variety of development tools efficiently with eggp-tools!