An open API service indexing awesome lists of open source software.

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

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 [![npm version](https://img.shields.io/npm/v/make-space.svg?style=flat)](https://www.npmjs.com/package/make-space) [![Build Status](https://travis-ci.org/JonnyBurger/make-space.svg?branch=master)](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.


  • The npx binary is included with npm 5.2 and above.

  • You can also use a normal npm install or install make-space with yarn:
    $ npm install -g make-space
    $ make-space
    or
    $ 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!