
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
create-clean
Advanced tools
Create-Clean is a versatile development utility designed to help developers clean up and optimize their projects.
Create-Clean is a versatile development utility designed to help developers clean up and optimize their projects. It provides a variety of operations, such as removing local file references in README.md, deleting unnecessary files and folders (e.g., .DS_Store, node_modules), formatting code, and compressing image resources.
Clean Local File References in README.md:
file://) from the README.md file.Delete node_modules Folder:
node_modules folder to free up space.Clean .DS_Store Files:
.DS_Store files in the project directory.Clean Cache Folders:
.cache and .tmp.Auto-Format Code:
Compress Images:
.jpg, .jpeg, .png) using imagemin.To use this tool, ensure you have Node.js installed on your system. Then, run the tool directly:
npm init clean
You will be presented with an interactive menu to select the desired operation.
Removes local file references (e.g., file://) from the README.md file.
✔ Successfully cleaned README.md
Deletes the node_modules folder recursively.
✔ Successfully deleted node_modules
Finds and removes all .DS_Store files in the project directory.
✔ Deleted: ./someFolder/.DS_Store
✔ Successfully cleaned 1 .DS_Store files.
Deletes common cache folders like .cache and .tmp.
✔ Deleted: ./.cache
✔ Successfully cleaned 1 cache folders.
Automatically formats JavaScript, TypeScript, and JSON files using Prettier.
✔ Formatted: ./index.js
✔ Successfully formatted 1 code files.
Optimizes image files (.jpg, .jpeg, .png) using imagemin.
✔ Compressed: ./images/example.jpg
✔ Successfully compressed 1 image files.
We welcome contributions! Please follow these steps:
git checkout -b feature/your-feature-name).git commit -m "Add some feature").git push origin feature/your-feature-name).This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have suggestions for improvement, feel free to open an issue or contact us.
希望这份简化的 README.md 能够满足您的需求!如果有其他补充或修改需求,请随时告知。
FAQs
Create-Clean is a versatile development utility designed to help developers clean up and optimize their projects.
We found that create-clean demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.