jawira / phing-task-skeleton
Dummy task to use as a base to create a new task
v0.0.0
2020-09-30 23:56 UTC
Requires
- php: >=7.4
This package is not auto-updated.
Last update: 2024-11-01 08:17:27 UTC
README
Dummy task to use as a base to create a new task
ℹ️ To create a new project
$ composer create-project jawira/phing-task-skeleton
- Rename
src/DummyTask.php
including namespace and class - Update
composer.json
, do not forget to updateextra
andautoload
Usage
Name | Type | Description | Default | Required |
---|---|---|---|---|
message | String | Nice message to display | DummyTask | No |
source | String | Path to file | n/a | No |
showLocation | Boolean | Show task location | false | No |
<dummy message="Welcome to the jungle"
source="./README.md"
showLocation="yes"/>
License
This library is licensed under the MIT license.