10000 GitHub - alexislefebvre/SymfonyWorkflowStyleBundle: Add style to Symfony workflow dumps
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

alexislefebvre/SymfonyWorkflowStyleBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symfony-workflow-style-bundle

⚠️ This code has been merged in symfony/symfony#29538, install Symfony 4.3+ to use this feature.

Add style to Symfony workflow dumps

Packagist Latest Stable Version Latest Unstable Version

Builds: Build status

Install

composer require alexislefebvre/symfony-workflow-style

Register bundle in Kernel (if not already done automatically by Symfony Flex):

new \AlexisLefebvre\Bundle\SymfonyWorflowStyleBundle\SymfonyWorflowStyleBundle(),

Add style to your workflow, see examples.

Call command workflow:dump-with-style, it behaves as workflow:dump but it add colors to output.

Examples

YAML configuration used in examples: workflows.yaml

pull_request workflow: marking_store.type is single_state

Style is added to the first transition:

  • arrow has custom color
  • label has custom text
  • label has custom color

And to travis and closed states:

  • background color is changed for travis and closed states
  • description is added to travis node (only for PUML format)

PUML

Example

Dot

Example

article workflow: marking_store.type is multiple_state

Labels and colors of one transition and one state are changed.

Example

About

Add style to Symfony workflow dumps

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0