https://github.com/stickeeuk/rector-config
Provides a Rector config for Stickee projects.
https://github.com/stickeeuk/rector-config
php rector rectorphp
Last synced: 3 months ago
JSON representation
Provides a Rector config for Stickee projects.
- Host: GitHub
- URL: https://github.com/stickeeuk/rector-config
- Owner: stickeeuk
- License: mit
- Created: 2022-11-07T16:36:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T14:45:11.000Z (over 1 year ago)
- Last Synced: 2024-03-15T01:56:47.471Z (about 1 year ago)
- Topics: php, rector, rectorphp
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stickee Rector config
Provides a [Rector](https://github.com/rectorphp/rector) config for stickee projects.
## Installation
```shell
composer require --dev stickee/rector-config
cp vendor/stickee/rector-config/dist/rector.php rector.php
```You must commit the `rector.php` config file.
## Usage
```shell
vendor/bin/rector process # refactors code
vendor/bin/rector process --dry-run # shows you what it would do
```