timkandel / packagistfe
Installs: 530
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-flow-plugin
Requires
- knplabs/packagist-api: 1.2
- typo3/neos: *
This package is not auto-updated.
Last update: 2024-11-04 16:17:16 UTC
README
This plugin provides a simple plugin to display typo3-flow-* composer packages from Packagist.
Quick start
- import the packages by using the following command
$ ./flow packagist:import
- include the plugin's TypoScript definitions to your own one's
include: resource://TimKandel.PackagistFE/Private/TypoScripts/Library/NodeTypes.ts2
- add the plugin content element "Packagist Frontend" to the position of your choice.
TODO
- refactor the import
- implement pagination and filters