packagefactory/neos-component-engine

Adapter package that integrates PackageFactory.ComponentEngine with Neos CMS

Installs: 2

Dependents: 1

Suggesters: 0

Security: 0

Type:neos-package

pkg:composer/packagefactory/neos-component-engine


README

Adapter package that integrates PackageFactory.ComponentEngine with Neos CMS

Usage

CLI Commands

components:list

./flow components:list <package-key>

components:analyze

./flow components:analyze <package-key>

components:build

./flow components:build <package-key>

Development

Run behavioral tests

The behavioral tests for this package are implemented with behat. They cannot be executed in isolation, but require this package to be installed in a Neos CMS distribution.

Make sure to either have the package installed via packagist or to have it reside in your DistributionPackages folder. The tests can be run from the package directory either via

./scripts/behat

or

composer test:behavioral

License

see LICENSE