wpf-create
v0.2.0
Published
<h1 align="center">WPForge ๐</h1> <p align="center"> Your all-in-one WordPress development CLI for creating plugins and blocks with ease. </p>
Readme
โจ Features
- Effortless Plugin Creation: Generate a boilerplate WordPress plugin in seconds.
- Custom Block Builder: Create Gutenberg blocks with the latest tools.
- Integrated Tools: Supports Composer, npm, and wp-env for a seamless workflow.
- Prebuilt Templates: Includes preconfigured file structures and configurations.
๐ฆ Installation
Prerequisites
- Node.js v16 or later
- Composer (optional for plugin dependencies)
Install WPForge Globally
npm install -g wpf-create๐ ๏ธ Usage
Creating a Plugin
wpf create- Select Plugin as your project type.
- Follow the prompts (e.g., name, description, author).
๐ง Commands
| Command | Description |
|----------------------------|----------------------------------------------------------------|
| wpf create | Generate a new plugin or block. |
| wpf create-custom --path | Generate a custom plugin or block using templates from a path. |
| wpf --version | Display the current WPForge version. |
| wpf --help | Show help and available commands. |
๐ง Roadmap
- [x] Plugin generator
- [x] Gutenberg block generator
- [ ] Add support for multi-language setups
- [x] Add a feature to use your own templates
๐ก๏ธ License
This project is licensed under the MIT License. See the LICENSE file for details.
๐ก Inspiration
"Great plugins donโt build themselves. WPForge just makes it easier for you to get started. ๐"
