forma icon indicating copy to clipboard operation
forma copied to clipboard

new cli command `separate`

Open kamilsk opened this issue 6 years ago • 0 comments

$ form-api separate -f path/to/form/template.html
schema:
<form>...

template:
<div>{{ template forma }}</div>

what it must do:

  • parse a html template
  • extract a schema from it
  • replace markup by template variables

kamilsk avatar Oct 17 '18 14:10 kamilsk