Skip to content

Instantly share code, notes, and snippets.

@jgoerner
Created May 11, 2020 06:58
Show Gist options
  • Save jgoerner/0fe2dbd87ab405f705402b1b9effe8c9 to your computer and use it in GitHub Desktop.
Save jgoerner/0fe2dbd87ab405f705402b1b9effe8c9 to your computer and use it in GitHub Desktop.
Screaming Hexagonal Architecture Directory (as proposed here: https://leanpub.com/get-your-hands-dirty-on-clean-architecture)
mkdir -p adapter/in adapter/out application/port/in application/port/out application/service domain;
touch adapter/in/.gitkeep adapter/out/.gitkeep application/port/in/.gitkeep application/port/out/.gitkeep application/service/.gitkeep domain/.gitkeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment