Archive 2026-01 04

ISO week view.

airfleet/airfleet-wordpress-dev

Release 4.6.0

View on GitHub

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 check afwp 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 check afwp 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 check afwp 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 check afwp 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 check afwp generate snippets --help (Asana)