datashaman/tongs-feed

Feed plugin for Tongs

1.0.0 2020-01-29 12:26 UTC

This package is auto-updated.

Last update: 2024-03-29 04:18:29 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.