Skip to content

Releases: alirezasayadi/WPForge

WPForge v1.0.1 🛠️

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:23

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 --version

Then:

.\WPForge-v1.0.1-Windows-x64.exe new

Linux

Download:

WPForge-v1.0.1-Linux-x64

Make it executable:

chmod +x WPForge-v1.0.1-Linux-x64

Run:

./WPForge-v1.0.1-Linux-x64 --version

Then:

./WPForge-v1.0.1-Linux-x64 new

macOS Apple Silicon

Download:

WPForge-v1.0.1-macOS-arm64

Make it executable:

chmod +x WPForge-v1.0.1-macOS-arm64

Run:

./WPForge-v1.0.1-macOS-arm64 --version

macOS Intel

Download:

WPForge-v1.0.1-macOS-x64

Make it executable:

chmod +x WPForge-v1.0.1-macOS-x64

Run:

./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 🛠️

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:52

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 --version

Then:

.\WPForge-v1.0.0-Windows-x64.exe new

Linux

Download:

WPForge-v1.0.0-Linux-x64

Make it executable:

chmod +x WPForge-v1.0.0-Linux-x64

Run:

./WPForge-v1.0.0-Linux-x64 --version

Then:

./WPForge-v1.0.0-Linux-x64 new

macOS Apple Silicon

Download:

WPForge-v1.0.0-macOS-arm64

Make it executable:

chmod +x WPForge-v1.0.0-macOS-arm64

Run:

./WPForge-v1.0.0-macOS-arm64 --version

macOS Intel

Download:

WPForge-v1.0.0-macOS-x64

Make it executable:

chmod +x WPForge-v1.0.0-macOS-x64

Run:

./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