Free up hard disk space
npm install make-space_BETA NOTICE_: This module is still in development and in an early stage. Be careful with deleting stuff for now!
---

ā”ļø Fast, lightweight, simple: Less than 1 MB, no dependencies[1]. make-space downloads and runs in 5 seconds!
šØāš» Focused on developers: Finds ways to free up space that other tools don't, such as clearing npm, Homebrew, Xcode, Yarn caches and removing unnecessary Docker images!
š¦ No installation needed: You just need a newer version of npm. Then you can just type npx make-space!
````
$ npx make-space
Why use
npx?
With npx, you don't have to install the tool, saving you more space.
The npx binary is included with npm 5.2 and above.
or$ npm install -g make-space
$ make-space$ yarn add --global make-space
$ make-space
s | Stop searching |
| ā/ā | Navigate through options |
space | Select item |
| d | Show documentation for command |
enter | Execute selected options |
Ctrl+C | Quit |
To free up space, we employ a variety of different strategies. Small savings add up! All strategies that are implemented are also documented on the website.
We would love if you send us pull requests with new strategies to free up even more space!
Here are some instructions on how to do so!
MIT Ā© Jonny Burger
---
1) The version that is published on npm is bundled with webpack and then minified, which means you don't need to install the dependencies!