packagefactory/fusion-dsl-explorer

cli命令用于模拟dsl-transpilation或从代码库中移除Fusion DSL

v1.0.0 2017-07-07 12:05 UTC

This package is auto-updated.

Last update: 2024-08-24 04:15:29 UTC


README

CLI命令用于模拟dsl-transpilation或从代码库中移除Fusion DSL

用法

  • /flow dsl:simulate __dsl_identifier__ [--package-key __package_key__] [--fusion-file __filename__]
  • /flow dsl:eject __dsl_identifier__ [--package-key __package_key__] [--fusion-file __filename__]

dsl-identifier是必需的,并且必须指定package-key或fusion-file中的一个。

安装

PackageFactory.FusionDslExplorer可以通过Packagist获取。只需将"packagefactory/fusion-dsl-explorer" : "~1.0.0"添加到composer.json的require部分,或者运行composer require packagefactory/fusion-dsl-explorer

我们使用语义版本控制,每次重大变更都会增加主版本号。

许可证

LICENSE文件