# UtilCode **Repository Path**: Newuseringmail/UtilCode ## Basic Information - **Project Name**: UtilCode - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-06-30 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenHarmonyUtilCode OpenHarmonyUtilCode library is a ETS Library that supports common utility functions like Clean Utility(Cleaning the Cache, files and application data), Location utility services (Commonly used location based services), Etc. ## Installation Instructions npm install https://github.com/Applib-OpenHarmony/OpenHarmonyUtilCode #### After Installation, For Local Demonstration, Run npm install ## Clean Utils Clean Utils is Open Harmony ETS Library that performs cleaning operations of an application and its data. Clean Utils can perform the following: * Cleaning the Internal Cache * Cleaning all the files of the application * Cleaning the custom directory of an application * Cleaning all databases of an application * Cleaning a custom database * Cleaning the Shared Preferences ### Importing Clean Utils ```js import { CleanUtils } from '@ohos/utilcode'; ``` # Compatibility Supports OpenHarmony API Version 8