octolab / cleaner
Composer plugin for removing development files.
Installs: 1 532
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 4
Forks: 2
Open Issues: 17
Type:composer-plugin
Requires
- php: ^5.3.2 || ^7.0
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.1
- phpunit/phpunit: ^4.8.35 || ^5.7
- phpunit/phpunit-mock-objects: ^2.3 || ^3.0
- symfony/yaml: ^2.5 || ^3.0
This package is auto-updated.
Last update: 2022-05-29 01:01:32 UTC
README
Cleaner
Composer plugin for removing development files.
Documentation
Installation
Git (development)
$ git clone git@github.com:<your github account>/cleaner.git $ cd cleaner && composer install $ git remote add upstream git@github.com:octolab/cleaner.git
Mirror
$ git remote add mirror git@bitbucket.org:kamilsk/cleaner.git
Composer (production)
$ composer global require octolab/cleaner:1.0-alpha
Feedback
Notes
- tested on PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1 and 7.2
- made with ❤️ by OctoLab