formcaster
HTML Form field generators and helpers
Getting Started
Install the module with: npm install formcaster --save
app.locals(require('formcaster'));
Documentation
(Coming soon)
Examples
!=fInput({ name:'supername', label: 'A quick status update', value: 'gross', attr: {placeholder: 'kansas', class:"span8 title", autofocus: 'autofocus'}})
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
License
Copyright (c) 2013 Matt McManus
Licensed under the MIT license.