https://github.com/jonnyburger/make-space
💾 [WIP] Free up space from the command line
https://github.com/jonnyburger/make-space
cli cli-app drive ink space
Last synced: about 1 year ago
JSON representation
💾 [WIP] Free up space from the command line
- Host: GitHub
- URL: https://github.com/jonnyburger/make-space
- Owner: JonnyBurger
- License: mit
- Created: 2018-06-09T22:17:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:23:04.000Z (over 3 years ago)
- Last Synced: 2025-04-01T16:55:52.559Z (about 1 year ago)
- Topics: cli, cli-app, drive, ink, space
- Language: JavaScript
- Homepage: https://www.make-space.sh
- Size: 5.81 MB
- Stars: 31
- Watchers: 5
- Forks: 2
- Open Issues: 34
-
Metadata Files:
- Readme: readme.md
- Contributing: docs/contributing.md
- License: license
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
_BETA NOTICE_: This module is still in development and in an early stage. Be careful with deleting stuff for now!
---
# make-space [](https://www.npmjs.com/package/make-space) [](https://travis-ci.org/JonnyBurger/make-space)
**⚡️ 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`!
## How to use
```
$ npx make-space
```
Why use npx?
- Just one command which is cool!
-
With npx, you don't have to install the tool, saving you more space. - Whenever you execute it, you get the newest version.
-
Thenpxbinary is included with npm 5.2 and above. - You can also use a normal npm install or install make-space with yarn:
or$ npm install -g make-space
$ make-space$ yarn add --global make-space
$ make-space
sStop searching
↑/↓ Navigate through options
spaceSelect item
dShow documentation for command
enterExecute selected options
Ctrl+CQuit
## Strategies
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](https://www.make-space.sh/docs/strategies.html).
## What ideas do you have to make space?
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!](https://www.make-space.sh/)
## License
MIT © [Jonny Burger](https://jonny.io)
---
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!