https://github.com/mage2tv/magento-cache-clean
A faster drop in replacement for bin/magento cache:clean with file watcher
https://github.com/mage2tv/magento-cache-clean
cachemanager development-utility magento2
Last synced: 3 months ago
JSON representation
A faster drop in replacement for bin/magento cache:clean with file watcher
- Host: GitHub
- URL: https://github.com/mage2tv/magento-cache-clean
- Owner: mage2tv
- License: bsd-3-clause
- Created: 2018-08-08T18:05:40.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:51:55.000Z (over 1 year ago)
- Last Synced: 2024-12-06T13:57:36.406Z (over 1 year ago)
- Topics: cachemanager, development-utility, magento2
- Language: Clojure
- Homepage:
- Size: 5.1 MB
- Stars: 532
- Watchers: 29
- Forks: 65
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-magento2 - Magento Cache Clean - A faster drop in replacement for bin/magento (Open Source Extensions / Development Utilities)
README
# Magento 2 Cache Clean MOVED!
Since release 1.1.0, this package has moved to `mage-os/magento-cache-clean`.
For backward compatibility purposes, this repo still exists and can be installed, but it is only an empty wrapper requiring the latest version of the new package.
Please switch to use `mage-os/magento-cache-clean` at your convenience, as this package may be removed at a future date.
Since the package name is not included in the binary path `vendor/bin/cache-clean.js` everything should continue to work as before.
Please open PRs or issues at [github.com/mage-os/magento-cache-clean](https://github.com/mage-os/magento-cache-clean)
## Switching a project installation
```sh
composer remove --dev mage2tv/magento-cache-clean
composer require --dev mage-os/magento-cache-clean
```
## Swwitching a global installation
```sh
composer global remove mage2tv/magento-cache-clean
composer global require mage-os/magento-cache-clean
```