jawira/phing-task-skeleton

Dummy task to use as a base to create a new task

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:phing-extension

v0.0.0 2020-09-30 23:56 UTC

This package is not auto-updated.

Last update: 2024-03-22 05:23:45 UTC


README

Dummy task to use as a base to create a new task

ℹ️ To create a new project
  1. $ composer create-project jawira/phing-task-skeleton
  2. Rename src/DummyTask.php including namespace and class
  3. Update composer.json, do not forget to update extra and autoload

Usage

NameTypeDescriptionDefaultRequired
messageStringNice message to displayDummyTaskNo
sourceStringPath to filen/aNo
showLocationBooleanShow task locationfalseNo
<dummy message="Welcome to the jungle"
       source="./README.md" 
       showLocation="yes"/>

License

This library is licensed under the MIT license.