airfleet/airfleet-wordpress-dev
Release 4.6.0
Added
- Added subcommand
generate npm [options] <name>to generate a new npm package. Usage example:afwp generate npm "build-tool" --title "Airfleet Build Tool" --description "Build WP projects." --repository "https://redacted.git". For available options checkafwp generate npm --help(Asana) - Added subcommand
generate plugin [options] <name>to generate a WordPress plugin. Usage example:afwp generate plugin "Airfleet Custom" --description "My plugin description." --repository "https://redacted.git". For available options checkafwp generate plugin --help(Asana) - Added subcommand
generate project-plugin [options] <name>to generate a WordPress client plugin. Usage example:afwp generate project-plugin "Airfleet ClientName" --description "ClientName plugin." --repository "https://redacted.git". For available options checkafwp generate project-plugin --help(Asana) - Added subcommand
generate project [options] <name>to generate a WordPress project. Usage example:afwp generate project "Airfleet ClientName 2026" --description "ClientName project." --repository "https://redacted.git". For available options checkafwp generate project --help(Asana) - Added subcommand
generate snippets [options] <name>to generate VS Code snippets file. Usage example:afwp generate snippets "Airfleet Elements - Hero". For available options checkafwp generate snippets --help(Asana)