@echino/auml2html
v0.1.50
Published
Transform React AUML to HTML
Maintainers
Keywords
Readme
npx auml2html "<Application.Imports></Application.Imports><e:Label Text='Hello World !' Color='blue' Style='Heading-1' /><e:HorizontalLayout Gap='20px'><e:ForEach In='5' IndexAs='index'><e:If Condition='{_auml.index % 2 === 0}'><If.Then><e:Label Text='Even {_auml.index}' /></If.Then><If.Else><e:Label Text='Odd {_auml.index}' /></If.Else></e:If></e:ForEach></e:HorizontalLayout>"
