stonecypher/FSL Automatic Flowchart Visualization of finite state machines
Automatically render your FSL finite state machines to PNG or SVG flowcharts using jssm-viz. Pretty painless
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| targetGlob | Glob to use as target. Defaults to either `./**/*.fsl`. Usually just a filename when specified | — | ./**/*.fsl |
| branch | Either "current" for the branch that targeted the action | yes | false |
| usePng | Include PNG format when outputting images | yes | false |
| useSvg | Include SVG format when outputting images | yes | true |
| useJpeg | Include JPEG format when outputting images (same as JPG but four letter extension) | yes | false |
| useJpg | Include JPG format when outputting images (same as JPEG but three letter extension) | yes | false |
| useWebP | Include WebP format when outputting images | yes | false |
| useDot | Include GraphViz DOT format when outputting (source, not an image) | yes | false |
| useJsonTree | Include Tree-As-JSON format when outputting (source, not an image) | yes | false |
Outputs
no outputs