mdeinum / yolo

Life's too short for running tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO

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 check

Installation

yolo is published to Homebrew:

$ brew install maciejwalkowiak/tap/yolo

Supported commands

yolo supports following commands: mvn, ./mvnw, mvnd, gradle, gradlew

How does it work

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.

Contribute

You are very welcome to contribute support for more languages/frameworks!

PS

This project is made for fun. Don't skip your tests.

About

Life's too short for running tests

License:MIT License


Languages

Language:Go 61.9%Language:Shell 19.4%Language:Smarty 18.7%