Tasks
trait Tasks (View source)
Methods
taskChangelog(string $filename = 'CHANGELOG.md')
No description
taskGenDoc(string $filename)
No description
taskGenTask(string $className, string $wrapperClassName = '')
No description
taskSemVer(string $pathToSemVer = '.semver')
No description
taskServer(int $port = 8000)
No description
taskPackPhar(string $filename)
No description
taskGitHubRelease(string $tag)
No description
taskOpenBrowser(string|array $url)
No description
Details
protected Changelog|CollectionBuilder
taskChangelog(string $filename = 'CHANGELOG.md')
No description
protected GenerateMarkdownDoc|CollectionBuilder
taskGenDoc(string $filename)
No description
protected GenerateTask|CollectionBuilder
taskGenTask(string $className, string $wrapperClassName = '')
No description
protected SemVer|CollectionBuilder
taskSemVer(string $pathToSemVer = '.semver')
No description
protected PhpServer|CollectionBuilder
taskServer(int $port = 8000)
No description
protected PackPhar|CollectionBuilder
taskPackPhar(string $filename)
No description
protected GitHubRelease|CollectionBuilder
taskGitHubRelease(string $tag)
No description
protected OpenBrowser|CollectionBuilder
taskOpenBrowser(string|array $url)
No description