# Clean Architecture This gem provides helper interfaces and classes to assist in the construction of application with Clean Architecture, as described in [Robert Martin's seminal book](https://www.amazon.com/gp/product/0134494164). ## Installation Add this line to your application's Gemfile: ```ruby gem 'clean-architecture' ``` And then execute: $ bundle install $ bundle binstubs clean-architecture