Skip to content

michaeljforster-zz/grok-arch-hexagonal

Repository files navigation

grok-arch-hexagonal

Grokking Alistair Cockburn's Hexagonal Architecture

grok-arch-hexagonal includes the Alistair Cockburn's FIT example and Pat Maddox's hexarch2 example.

grok-arch-hexagonal is not available for download via quicklisp. Instead, clone the repository, tell ASDF where to find the system definition, and load the system with quicklisp:

(ql:quicklisp "grok-arch-hexagonal")

Following that, the FIT example can be driven either by the test

CL-USER> (grok-arch-hexagonal-fit-example:run-test)

or by the UI

CL-USER> (grok-arch-hexagonal-fit-example:run-ui)

The hexarch2 example can be driven by the test

CL-USER> (grok-arch-hexagonal-hexarch2:run-test)

License

grok-arch-hexagonal is distributed under the MIT license. See LICENSE.

About

Grokking Alistair Cockburn's Hexagonal Architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published