1.0.1 ā€¢ Published 12 months ago

gradlew-clean v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

šŸš€ 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.
  • cd into the proper directory before running gradlew clean.
  • You may need run gradlew clean to 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

FlagInputDescriptionDefault
--cleanBuildCache[boolean]Cleans the Gradle build cachefalse

License

The code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.

1.0.1

12 months ago

1.0.0

12 months ago

0.2.2

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago