Releases: alirezasayadi/WPForge
Release list
WPForge v1.0.1 🛠️
WPForge v1.0.1 🛠️
🇬🇧 English
WPForge is a cross-platform CLI tool for generating WordPress plugins from the WordPress Plugin Boilerplate (WPPB).
This release provides standalone builds for Windows, Linux, and macOS.
✨ What's Included
- 🪟 Windows x64
- 🐧 Linux x64
- 🍎 macOS Intel x64
- 🍎 macOS Apple Silicon ARM64
- 🐍 Python source code
- 🔐 SHA256 checksums
📥 Downloads
Choose the executable matching your operating system and CPU architecture.
| Platform | File |
|---|---|
| 🪟 Windows x64 | WPForge-v1.0.1-Windows-x64.exe |
| 🐧 Linux x64 | WPForge-v1.0.1-Linux-x64 |
| 🍎 macOS Intel | WPForge-v1.0.1-macOS-x64 |
| 🍎 macOS Apple Silicon | WPForge-v1.0.1-macOS-arm64 |
| 🔐 Checksums | SHA256SUMS.txt |
🚀 Quick Start
Windows
Download:
WPForge-v1.0.1-Windows-x64.exe
Open PowerShell or Command Prompt and run:
.\WPForge-v1.0.1-Windows-x64.exe --versionThen:
.\WPForge-v1.0.1-Windows-x64.exe newLinux
Download:
WPForge-v1.0.1-Linux-x64
Make it executable:
chmod +x WPForge-v1.0.1-Linux-x64Run:
./WPForge-v1.0.1-Linux-x64 --versionThen:
./WPForge-v1.0.1-Linux-x64 newmacOS Apple Silicon
Download:
WPForge-v1.0.1-macOS-arm64
Make it executable:
chmod +x WPForge-v1.0.1-macOS-arm64Run:
./WPForge-v1.0.1-macOS-arm64 --versionmacOS Intel
Download:
WPForge-v1.0.1-macOS-x64
Make it executable:
chmod +x WPForge-v1.0.1-macOS-x64Run:
./WPForge-v1.0.1-macOS-x64 --version📚 Documentation
Full documentation:
https://github.com/alirezasayadi/WPForge
🔐 Verify Downloads
SHA256 checksums are available in:
SHA256SUMS.txt
🇮🇷 فارسی
WPForge یک ابزار خط فرمان چندسکویی برای ساخت سریع افزونههای WordPress بر اساس ساختار WordPress Plugin Boilerplate است.
این نسخه شامل فایلهای اجرایی مستقل برای سیستمعاملهای زیر است:
- 🪟 Windows x64
- 🐧 Linux x64
- 🍎 macOS Intel x64
- 🍎 macOS Apple Silicon ARM64
📥 دانلود
فایل متناسب با سیستمعامل و معماری سیستم خود را دانلود کنید.
🪟 ویندوز
فایل زیر را دانلود کنید:
WPForge-v1.0.1-Windows-x64.exe
سپس PowerShell یا CMD را باز کرده و اجرا کنید:
.\WPForge-v1.0.1-Windows-x64.exe --versionبرای ساخت افزونه:
.\WPForge-v1.0.1-Windows-x64.exe new🐧 لینوکس
فایل زیر را دانلود کنید:
WPForge-v1.0.1-Linux-x64
سپس:
chmod +x WPForge-v1.0.1-Linux-x64اجرا:
./WPForge-v1.0.1-Linux-x64 --versionساخت افزونه:
./WPForge-v1.0.1-Linux-x64 new🍎 macOS
اگر Mac شما Apple Silicon است، فایل ARM64 را دانلود کنید.
اگر Mac شما Intel است، فایل x64 را دانلود کنید.
برای Apple Silicon:
chmod +x WPForge-v1.0.1-macOS-arm64
./WPForge-v1.0.1-macOS-arm64 --versionبرای Intel:
chmod +x WPForge-v1.0.1-macOS-x64
./WPForge-v1.0.1-macOS-x64 --version📖 راهنمای کامل
راهنمای کامل نصب و استفاده در README پروژه قرار دارد.
https://github.com/alirezasayadi/WPForge
🔐 بررسی صحت فایل
برای بررسی صحت فایلهای دانلود شده میتوانید SHA256 فایل را با مقدار موجود در:
SHA256SUMS.txt
مقایسه کنید.
📦 Source Code
Source code is available in the GitHub repository.
https://github.com/alirezasayadi/WPForge
📄 License
WPForge is licensed under:
GPL-2.0-or-later
Made with ❤️ by Alireza Sayadi
WPForge v1.0.0 🛠️
WPForge v1.0.0 🛠️
🇬🇧 English
WPForge is a cross-platform CLI tool for generating WordPress plugins from the WordPress Plugin Boilerplate (WPPB).
This release provides standalone builds for Windows, Linux, and macOS.
✨ What's Included
- 🪟 Windows x64
- 🐧 Linux x64
- 🍎 macOS Intel x64
- 🍎 macOS Apple Silicon ARM64
- 🐍 Python source code
- 🔐 SHA256 checksums
📥 Downloads
Choose the executable matching your operating system and CPU architecture.
| Platform | File |
|---|---|
| 🪟 Windows x64 | WPForge-v1.0.0-Windows-x64.exe |
| 🐧 Linux x64 | WPForge-v1.0.0-Linux-x64 |
| 🍎 macOS Intel | WPForge-v1.0.0-macOS-x64 |
| 🍎 macOS Apple Silicon | WPForge-v1.0.0-macOS-arm64 |
| 🔐 Checksums | SHA256SUMS.txt |
🚀 Quick Start
Windows
Download:
WPForge-v1.0.0-Windows-x64.exe
Open PowerShell or Command Prompt and run:
.\WPForge-v1.0.0-Windows-x64.exe --versionThen:
.\WPForge-v1.0.0-Windows-x64.exe newLinux
Download:
WPForge-v1.0.0-Linux-x64
Make it executable:
chmod +x WPForge-v1.0.0-Linux-x64Run:
./WPForge-v1.0.0-Linux-x64 --versionThen:
./WPForge-v1.0.0-Linux-x64 newmacOS Apple Silicon
Download:
WPForge-v1.0.0-macOS-arm64
Make it executable:
chmod +x WPForge-v1.0.0-macOS-arm64Run:
./WPForge-v1.0.0-macOS-arm64 --versionmacOS Intel
Download:
WPForge-v1.0.0-macOS-x64
Make it executable:
chmod +x WPForge-v1.0.0-macOS-x64Run:
./WPForge-v1.0.0-macOS-x64 --version📚 Documentation
Full documentation:
https://github.com/alirezasayadi/WPForge
🔐 Verify Downloads
SHA256 checksums are available in:
SHA256SUMS.txt
🇮🇷 فارسی
WPForge یک ابزار خط فرمان چندسکویی برای ساخت سریع افزونههای WordPress بر اساس ساختار WordPress Plugin Boilerplate است.
این نسخه شامل فایلهای اجرایی مستقل برای سیستمعاملهای زیر است:
- 🪟 Windows x64
- 🐧 Linux x64
- 🍎 macOS Intel x64
- 🍎 macOS Apple Silicon ARM64
📥 دانلود
فایل متناسب با سیستمعامل و معماری سیستم خود را دانلود کنید.
🪟 ویندوز
فایل زیر را دانلود کنید:
WPForge-v1.0.0-Windows-x64.exe
سپس PowerShell یا CMD را باز کرده و اجرا کنید:
.\WPForge-v1.0.0-Windows-x64.exe --versionبرای ساخت افزونه:
.\WPForge-v1.0.0-Windows-x64.exe new🐧 لینوکس
فایل زیر را دانلود کنید:
WPForge-v1.0.0-Linux-x64
سپس:
chmod +x WPForge-v1.0.0-Linux-x64اجرا:
./WPForge-v1.0.0-Linux-x64 --versionساخت افزونه:
./WPForge-v1.0.0-Linux-x64 new🍎 macOS
اگر Mac شما Apple Silicon است، فایل ARM64 را دانلود کنید.
اگر Mac شما Intel است، فایل x64 را دانلود کنید.
برای Apple Silicon:
chmod +x WPForge-v1.0.0-macOS-arm64
./WPForge-v1.0.0-macOS-arm64 --versionبرای Intel:
chmod +x WPForge-v1.0.0-macOS-x64
./WPForge-v1.0.0-macOS-x64 --version📖 راهنمای کامل
راهنمای کامل نصب و استفاده در README پروژه قرار دارد.
https://github.com/alirezasayadi/WPForge
🔐 بررسی صحت فایل
برای بررسی صحت فایلهای دانلود شده میتوانید SHA256 فایل را با مقدار موجود در:
SHA256SUMS.txt
مقایسه کنید.
📦 Source Code
Source code is available in the GitHub repository.
https://github.com/alirezasayadi/WPForge
📄 License
WPForge is licensed under:
GPL-2.0-or-later
Made with ❤️ by Alireza Sayadi