0.0.9 • Published 13 years ago

shmeck v0.0.9

Weekly downloads
52
License
-
Repository
github
Last release
13 years ago

shmeck

Web framework

Usage

coffeescript:

app = new shmeck
  appName:"firstApp"
  appRoot: "#{__dirname}/site"
  publicDir: "#{__dirname}/public"
  clientApps : [
    localPath: "#{__dirname}/site/index/jsClient"
    appUrl: "/jsClient.js"
    templatesUrl: "/jsClientTemplates.js"
  ,
    localPath: "#{__dirname}/site/backoffice"
    appUrl: "/bo.js"
    templatesUrl: "/boTemplates.js"
  ]

javascript:

var app = new shmeck({
    appName:"firstApp",
    appRoot:"/site",
    publicDir: __dirname + "/public"
    clientApps:[
      {
        locaPath: "",
        appUrl: "",
        templatesUrl: ""
      }, {
        locaPath: "",
        appUrl: "",
        templatesUrl
      }
    ]
    
  })
 

  
0.0.9

13 years ago

0.0.8

13 years ago

0.0.7

13 years ago

0.0.6

13 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago