datashaman / tongs-plugin
Example plugin for Tongs
0.3.2
2020-01-27 16:39 UTC
Requires (Dev)
- datashaman/tongs: 0.3.*
- phpunit/phpunit: ^8.5
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.