diff --git a/README.md b/README.md index aae084ab4..43b384a5d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Various third parties have built tooling on top of packwerk. Here's a selection - https://github.com/bellroy/graphwerk draws a graph of your package dependencies - https://github.com/rubyatscale/packwerk-vscode integrates packwerk into Visual Studio Code so you can see violations right in your editor +- https://github.com/vinted/packwerk-intellij integrates packwerk into RubyMine so you can see violations right in your editor - https://github.com/rubyatscale/packs-rails sets up Rails autoloading, as well as `rspec` and `FactoryBot` integration, for packages arranged in a flat list. packs-rails is quite convenient, but for autoloading we recommend to use `Rails::Engine`s instead. - https://github.com/rubyatscale/danger-packwerk integrates packwerk with [danger.systems](https://danger.systems) to provide packwerk feedback as Github inline PR comments - https://github.com/rubyatscale/packwerk-extensions contains extensions for packwerk, including a checker for packwerk that allows you to enforce public API boundaries. This was originally extracted from `packwerk` itself.