Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/izaera/gradle-launcher

A nodejs global script that searches for gradlew up in the FS hierarchy and launches it
https://github.com/izaera/gradle-launcher

Last synced: about 1 month ago
JSON representation

A nodejs global script that searches for gradlew up in the FS hierarchy and launches it

Awesome Lists containing this project

README

        

# gradle-launcher

A nodejs global script that searches for `gradlew` up in the FS hierarchy and launches it.

This node package installs a global CLI named `gradlew` which, when run in a directory,
tries to locate a valid `gradlew` script by looking up in the filesystem hierarchy. If
any is found it is then launched.

This is good for avoiding the need to create aliases or symlinks to project specific
`gradlew` scripts.