Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/izaera/gradle-launcher
- Owner: izaera
- Created: 2017-04-05T07:26:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T10:08:08.000Z (about 5 years ago)
- Last Synced: 2024-11-19T15:03:29.706Z (about 2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.