Quick Start
This guide will help you install and run Pattern Patrol in just a few steps.
Installation
Pattern Patrol can be installed using different package managers and build tools. Choose the method that fits your setup:
- Maven
- Gradle
- Python
# Add to your pom.xml
<build>
<plugins>
<plugin>
<groupId>com.patternpatrol</groupId>
<artifactId>pattern-patrol-plugin</artifactId>
<version>1.0.0</version>
</plugin>
</plugins>
</build>
Coming Soon
Coming Soon
Running Pattern Patrol
After installation, you can run Pattern Patrol using the following commands:
- Maven
- Gradle
- Python
mvn clean install
Coming Soon
Coming Soon
This will analyze your project and report any architectural violations.
For more advanced installation options, check out the language specific section.