pip install stock-hexagonal-app
stock-hexagonal-app --help
This tool is build using hexagonal architecture with following structure
|--- src/ # package source code
|--- adapters/ # implementation of the ports defined in the domain
|--- domain/ # implementation of business logic
|--- entrypoints/ # primary adapters, entry points
|--- ports/ # abstractions for adapters
|--- helpers/ # modules containing helpers functions, configurations
|--- tests/ # package tests