tlrobinson / activejs forked from aptana/activejs

ActiveJS package for Narwhal and CommonJS

This URL has Read+Write access

README.md

ActiveJS

The Cross Platform JavaScript MVC

http://www.activerecordjs.org/

Example

$ tusk install activejs
The following packages will be downloaded and installed:
 * jack
 * activejs
...
$ activejs foo
create  
create  config.js
create  controllers/
create  jackconfig.js
create  models/
$ jackup foo/jackconfig.js
Loading configuration module at /Users/tlrobinson/git/foo/jackconfig.js
Jack is starting up using Simple on port 8080
...