Skip to content

eggplantiny/eggp-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eggp-tools

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.

Features

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.

Installation and Execution

1. Installation

git clone <repository-url>
cd eggp-tools
pnpm install

2. Development

pnpm dev

3. Build

pnpm build

Technology Stack

  • Electron - Desktop application framework
  • React - User interface development
  • TypeScript - Static typing support

License

This project is licensed under the MIT License.

Contributing

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!