🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

gradlew-clean

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradlew-clean

Executes the './gradlew clean' command in the Android folder.

1.0.1
latest
Source
npm
Version published
Weekly downloads
2
-89.47%
Maintainers
1
Weekly downloads
 
Created
Source

👋 Welcome to
gradlew-clean

A fast, zero-dependency package for cutting down on common issues developers have when running gradlew clean.

Install gradlew-clean instantly

🚀 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.

Keywords

gradlew

FAQs

Package last updated on 17 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts