datashaman/tongs-plugin

Example plugin for Tongs

0.3.2 2020-01-27 16:39 UTC

This package is auto-updated.

Last update: 2024-03-29 03:52:20 UTC


README

Template plugin for Tongs static site generator.

setup

Create a project using this repository as a template:

composer create-project --prefer-dist datashaman/tongs-plugin example-plugin

Run tests:

cd example-plugin
vendor/bin/phpunit

nb Remember to change the metadata in composer.json to match your preferred plugin name and class.