xgrommx / Shipyard

A modular JavaScript MVC application framework.

Home Page:http://seanmonstar.github.com/Shipyard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shipyard

A Javascript MVC application framework. For when you have a full-on application sitting on a web page. So much is going on, you should be able to focus on making the application working, not worrying about XmlHttpRequests and the DOM.

Getting the Code

  1. Checkout the repo: git://github.com/seanmonstar/Shipyard.git
  2. npm link
  3. shipyard test
  4. Woo!

Documentation

Available at http://seanmonstar.github.com/Shipyard

Credit

Major credit goes to MooTools, for much of the core of Shipyard is heavily inspired by it. While it has mostly been modified slightly to fit better into a Module setting, huge thanks to MooTools.

Copyright

MIT License. Copyright 2012 Sean McArthur.

About

A modular JavaScript MVC application framework.

http://seanmonstar.github.com/Shipyard

License:MIT License