Welcome to null-e, the simplest way for developers to reclaim valuable disk space. This command-line tool helps you clean unwanted files such as node_modules, target, .venv, Docker, and Xcode caches. You can easily remove over 100 GB of unnecessary files and enjoy a faster system.
null-e scans your system for unnecessary files and directories, helping you free up space with a few simple commands. It targets the following:
node_modules: Remove unneeded npm packages..venv folders from your projects.To get started with null-e, follow these steps:
.dmg or .zip files..exe files..tar.gz file.Once you have installed null-e, open your terminal (or command prompt) and follow these instructions:
Win + R, type cmd, and hit Enter.null-e clean node_modules
You can clean all specified directories at once as follows:
null-e clean all
Confirmation: Confirm that you want to proceed with the cleaning operation when prompted.
We welcome contributions to improve null-e. If you identify bugs, have suggestions, or want to add features, please consider contributing. Visit the main repository for guidelines and discussions.
For more information on how to use null-e effectively, please consult:
Q1: Is null-e safe to use?
A1: Yes, null-e is designed to remove only unnecessary files. It will not delete any critical project files.
Q2: Can I customize what null-e cleans?
A2: Currently, null-e provides a standard cleaning, but future versions may include customizable options.
Q3: How often should I run null-e?
A3: It depends on your usage. If you frequently build projects, consider running it monthly or bi-weekly.
Thank you for choosing null-e. We hope it helps you maintain a clean and efficient development environment!