cceconi/hexa-generator

Binary to generate hexagonal architecture compliant classes for hexa-lib

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:binary

pkg:composer/cceconi/hexa-generator

1.0.2 2025-01-20 17:44 UTC

This package is auto-updated.

Last update: 2025-10-20 19:10:51 UTC


README

Binary to generate hexagonal architecture compliant classes for hexa-lib

List of availables commands

Generate all classes for one use case and optionally roles

$ bin/hg hexa:generate:use-case

$ bin/hg hexa:generate:use-case MyBusinessTheme TestMyCommand "src\Domain" "MyApp\Domain" 

Generate a class role and optionally anothers roles

$ bin/hg hexa:generate:role

$ bin/hg hexa:generate:role Admin "src\Domain" "MyApp\Domain" 

Todo

  • Other classes (Filters, Presenters, etc.)
  • Tests ?