Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jun 15, 2023
1 parent 59f4441 commit 3b4517a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@
- Remove files
- Report the size of removed files and folders

## How to test

Include in the project, accept plugin:

```shell
composer require druidfi/composer-slimmer:dev-main
```

Clean projects vendor and other folder loaded by Composer:

```shell
make clean
```

Test installing with slimmer plugin (`-v` flag is for verbose output):

```shell
composer install -v
```

At the end you should see how much space was saved.

## Resources

- [Composer issue #1750](https://github.com/composer/composer/issues/1750)
Expand Down

0 comments on commit 3b4517a

Please sign in to comment.