formful
v0.1.4
Published
Reflect HTML forms from [Resourceful](http://github.com/flatiron/resourceful) resources.
Readme
Formful - Unreleased Experimental v0.0.0
Generate forms for resourceful models
Installation
npm install formfulUsage
see examples/server.js for now or run npm start
Tests
npm testTODO
- Update API to be more consistent with Director syntax ( using
newkeyword ) - Implement as Flatiron plugin and integrate with
flatiron/scaffoldingbranch - Figure out Director.mount API so we can add
restfuldispatching as a mounted routing map instead of nested router.dispatches - Implement better view system ( maybe
viewful) - Implemented and document browser support
- Full property type support ( numeric, boolean, array, object )
- Nested schema properties
- Twitter Bootstrap integration / styling
- Test improvements ( more tests / add helpers )
