datashaman / tongs-feed
Feed plugin for Tongs
1.0.0
2020-01-29 12:26 UTC
Requires (Dev)
- datashaman/tongs: 1.*.*
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-29 05:53:15 UTC
README
Template package for Tongs.
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.