A Simple File Beautifier for HTML, CSS, and JavaScript
Tired of messy code? 🎨 AIO-Beautify is here to save the day! Format your HTML, CSS, and JavaScript files effortlessly in a single command.
🎯 Why Use AIO-Beautify?
- Easy to Use: Simple CLI commands for quick beautification.
- Customizable: Supports various formatting options.
- Lightweight: Does the job without bloat.
- Cross-Platform: Works on Windows, macOS, and Linux.
- Developer-Friendly: Built by a developer for developers. 💻
📦 Installation
To get started, install the package globally using npm:
npm install -g aio-beautify
Note: This package requires Node.js to be installed on your system.
Download Node.js from https://nodejs.org/.
🔧 Usage
To beautify all files in a specific directory, follow these steps:
- Navigate to the directory where your files are located.
cd path/to/your/directory
- Run the following command to beautify all HTML, CSS, or JS files in that directory:
beautify
Explanation:
- The command
aio-beautify .
will now beautify.html
,.css
,.js
, and.php
files in the current directory. - The
.php
files will also be beautified, including any embedded HTML code within them.
📘 Documentation
Find the full documentation and examples on GitHub:
👉 GitHub Repository
💡 Contribute
Have ideas or found a bug? Open an issue or create a pull request. Contributions are welcome! 🎉
📢 Spread the Word
If you love AIO-Beautify, give it a ⭐ on GitHub and share it with your friends and colleagues!
Happy coding! ❤️
Top comments (0)