Skip to content

nevers/shell-gradle-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

shell-gradle-wrapper

A simple shell script for running the gradle wrapper at any folder of your project without having to specifying the full path.

For example:

project/some/sub/sub/sub/dir$ ../../../../../gradlew tasks # this script avoids this mess...
project/some/sub/sub/sub/dir$ gw task # ...and allows a short and simple notation

Installation:

# change ~/.profile to whatever shell config you use
curl -s https://raw.githubusercontent.com/nevers/shell-gradle-wrapper/master/gw >> ~/.profile

About

Simple shell script for running the gradle wrapper at any folder of your project without specifying the full path.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors