phptaskman / core-tasks
Core tasks for Taskman.
Installs: 6 832
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >= 7.1.3
- ext-json: *
Requires (Dev)
- codeception/codeception: ^3
- drupol/php-conventions: ^1.5.12
README
Taskman Core Tasks
Taskman Core tasks.
Default tasks
Task | Arguments |
---|---|
append |
file , text |
append.php |
file , config |
chgrp |
file , group , recursive (false) |
chmod |
file , permissions , umask (0000), recursive (false) |
chown |
file , user , recursive (false) |
concat |
files , to |
copy |
from , to , force (false) |
mirror |
from , to |
mkdir |
dir , mode (0777) |
prepend |
file , text |
prepend.php |
file , config |
process |
from , to |
remove |
file |
rename |
from , to , force (false) |
replace |
file , from , to |
symlink |
from , to , copyOnWindows (false) |
touch |
file , time (current time), atime (current time) |
write |
file , text |
run |
command (will run ./vendor/bin/taskman [command] ) |