HUST-05001 clean: Clean up build directories and files
This commit introduces a new feature to the project: a tool for cleaning up build directories and files. The intention is to ensure that all build artifacts are removed from the project, which can be especially useful when there are conflicts or when the project needs to be reset to a clean state.
The new command is called `clean` and it can be used through the command line. When invoked, it will search through all build directories and files for any build artifacts and remove them. This includes native files, executable files, libraries, and any other files that are generated during the build process.
To use the new command, simply run:
```sh
npm run clean
```
This represents a significant addition to the project and will benefit developers who need to manage their build files more effectively.
This commit will add a new command to the project: `clean`. The command will be used through the command line and will clean up build directories and files for the project. This will be a useful command for the project, since it will help the developers to clean up build files and ensure that the project is not cluttered with unnecessary files. The command will be installed in the project's `package.json` file, so that it will be always be available from the command line.
22 Mar 2025