picasso

Framework to build dinamic forms using MVC


Keywords
picasso, javascript, browser, framework, forms, dynamic form
License
GPL-3.0
Install
bower install picasso

Documentation

Picasso Framework

Build Status

About

Picasso is a javascript Framework to build dinamic html forms.
See the live example here
See the docs here

Why use it?

Whenever you need to build dynamic forms. Reading it from a json serialized version.

Download

Get the latest version:
Production
Development

Dependencies?

Nope!

Installing with bower

bower install picasso

Building

If you want to build the sources, you will need first install all dependencies and after install the grunt client globally:

npm install
sudo npm install gulp -g

To run the tasks:

gulp

Testing

npm install karma -g

Then run the test runner:

karma

Author

Rubens Pinheiro Gonçalves Cavalcante
email: rubenspgcavalcante@gmail.com

License & Rights

GPLv3
Using GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
See the online version on gnu.org

Bitdeli Badge