Hecks is a suite of tools for developing Domains and using them with Hexagonal Architecture. The goal is to lower the barrier to using these methodologies and to deliver changeable, testable, maintainable code quickly!
> gem install hecks
- Write a domain file
- Generate a domain
- Write a command
- Publish the domain as a gem
- Configure and use a storage adapter
- Use the domain in a Rails App
The ci
command will build and test all of the projects.
- Builds the gems
- Install the gems locally
- Generates examples
- Runs the tests in all the projects
> hecks ci
Default command for hecks ci all
, which runs the following commands: gems build
, gems install
, examples generate
, examples test
, adapters test
, app test
, domain test
, active_model test
These examples exercise the DDD concepts. They are working apps that you can review to understand how Hecks works
A domain that describes soccer matches that could be used to publish fixtures
A domain that describes the agile meeting format called lean coffee
A rails app that uses the lean coffee domain and the dynamodb adapter to present an interface to users
DDD from Hecks perspective
Carbon Five's blogpost about how Ubiquitous Language works in their company