dev-master
9999999-devTemporary files and directories cleaner module for Beverage task runner
MIT
The Requires
- php >=5.4
- awakenweb/beverage *
- symfony/filesystem ~2
task clean temporary runner
Temporary files and directories cleaner module for Beverage task runner
Temp directories and files cleaner for Beverage Task Runner, (*1)
Add this to your composer.json file:, (*2)
{ "require": { "awakenweb/beverage-cleaner": "dev-master" } }
In your drinkmenu.php
file, add the following task:, (*3)
<?php use Awakenweb\Beverage\Beverage; use Awakenweb\BeverageCleaner\Cleaner; // ... other use statements ... function defaultTask() { someTask(); } function someTask() { Cleaner::clean(['build/css', 'build/js', 'build/index.html]); /* do stuff */ }
Bugs, (*4)
If you found a bug and feel confident enough to correct it, please send a pull request with your bugfix and a unit test to identify the bug., (*5)
If you can't correct the bug by yourself, please fill an issue on this Github repository., (*6)
Security vulnerabilities, (*7)
New Features, (*8)
Before sending a Pull Request for a new feature you want to add directly to the Beverage codebase, please contact Mathieu SAVELLI by email. If the feature is found to be a good fit for Beverage, you are free to make a pull request., (*9)
If you like this package, the best thing you can do is to provide new awesome modules for Beverage and notify me. I'll add them to this readme., (*10)
Beverage and its official modules are released under the MIT License, (*11)
Temporary files and directories cleaner module for Beverage task runner
MIT
task clean temporary runner