module ArchSpec::Architectures

Bundled architecture presets. Each applies a set of components and rules in one call, invoked from the DSL through ArchSpec::DSL::Context#architecture:

architecture :rails
architecture :layered, layers: { ... }

Every preset accepts overrides for its directories, so you can keep the shape while pointing at your own paths. The presets are:

See the guides at archspecrb.dev/architectures/ for each in depth.