1.0.1 ⢠Published 2 years ago
gradlew-clean v1.0.1
š Usage
npx gradlew-cleanš Notice: This package is not limited to native React projects, you can use project using Android folder (like Ionic, or Flutter).
š¤ Why?
All native packages (especially those installed with NPM) often need to explain the following:
- How to clean gradlew.
 cdinto the proper directory before runninggradlew clean.- You may need run 
gradlew cleanto clean android project. 
But now you can simply instruct users to run npx gradlew-clean.
This package will do the following:
- Check if there is an Android project in the project
 - If not then it'll try again in 
android/directories (if any exists). - Run 
gradlew clean 
āļø Options
| Flag | Input | Description | Default | 
|---|---|---|---|
--cleanBuildCache | [boolean] | Cleans the Gradle build cache | false | 
License
The code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.