Skip to content

Miragon/bpmn2temporal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPMN 2 Temporal

About the project

The CLI tool b2t transforms a given BPMN process into boilerplate code of your selected programming language.

Examples

Simple Process

go run main.go generate --bpmn examples/simple-process/simple-process.bpmn -o examples/simple-process -l go

Development

We use cobra for creating our CLI tool.
Additionally, you can install cobra-cli as a helper to create boilerplate code.

Install cobra-cli

go install github.com/spf13/cobra-cli@latest

Add a new command

cobra-cli add <command>

Usage of b2t

go run main.go generate --lang go --output person.go
go run main.go generate --lang kotlin --output Person.kt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages