Life's too short for running tests. Prefix Maven or Gradle commands with yolo and live stress-free life!
$ yolo mvn package # runs mvn package -DskipTests$ yolo gradle build # runs gradle build -x testyolo is published to Homebrew:
$ brew install maciejwalkowiak/tap/yoloyolo supports following commands: mvn, ./mvnw, mvnd, gradle, gradlew
You can run any command with
$ yolo <command>If the command matches one of the supported commands, it decorates it with flags that cause skipping tests, style checks, static analysis etc.
You are very welcome to contribute support for more languages/frameworks!
This project is made for fun. Don't skip your tests.
