AmpersandJS / ampersand

Quickest way to get started with ampersand.
MIT License
812 stars 41 forks source link

Support generating a form from stream js #90

Open pgilad opened 9 years ago

pgilad commented 9 years ago

this example: ampersand gen form ./path/to/your/model.js

Will not currently work if I'm writing ES6 (that gets converted with 6to5).

However a possible solution would be:

6to5 ./path/to/your/model.js | ampersand gen form

But that is currently unsupported...