convert_to_wui 0.0.1 copy "convert_to_wui: ^0.0.1" to clipboard
convert_to_wui: ^0.0.1 copied to clipboard

Dart 1 only

A tool for converting html files to wui_builder functions

Convert html files to wui_builder components #

pub global activate convert_to_wui

pub global run convert_to_wui <path to html file>

Example:

<div class='foo'>hi</div>

converts to

VNode generatedElement1() => new Vdiv()
    ..className = 'foo'
    ..text = 'hi';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A tool for converting html files to wui_builder functions

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dart_style, html

More

Packages that depend on convert_to_wui