tjm/static-web-tasks

Task to build a static version of a site for 'tjm/task-runner'

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tjm/static-web-tasks

v0.2.4 2025-09-12 02:55 UTC

This package is auto-updated.

Last update: 2025-10-12 03:14:38 UTC


README

Task to build static version of website. Use like:

use TJM\StaticWebTasks\Task;
$task = new Task([
	'host'=> 'example.com',
	'scheme'=> 'https',
], __DIR__ . '/output-dir', [
	'exclude'=> ['/.htaccess'],
]);
$task->do();

See code for more details. Early implementation, interface may change.

License

SPDX-License-Identifier: 0BSD