packagefactory / fusion-dsl-explorer
cli commands to simulate dsl-transpilation or to remove a fusion dsl from your codebase
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- neos/fusion: ^3.2.0 || dev-master
- sebastian/diff: ~1.2
This package is auto-updated.
Last update: 2024-10-24 04:43:24 UTC
README
CLI Commands to simulate dsl-transpilation or to remove a fusion dsl from your codebase
Usage
/flow dsl:simulate __dsl_identifier__ [--package-key __package_key__] [--fusion-file __filename__]
/flow dsl:eject __dsl_identifier__ [--package-key __package_key__] [--fusion-file __filename__]
The dsl-identifier is mandatory and either package-key or fusion-file have to be specified.
Installation
PackageFactory.FusionDslExplorer is available via packagist. Just add "packagefactory/fusion-dsl-explorer" : "~1.0.0"
to the require-section of the composer.json or run composer require packagefactory/fusion-dsl-explorer
.
We use semantic-versioning so every breaking change will increase the major-version number.
License
see LICENSE file