yog

0.0.19 • Public • Published

yog

An express-based Node.js web application bootstrapping module, extends kraken-js.

install

on Linux/Unix

$ npm install fex-team/yog

on Windows

open a cmd

npm install fex-team/yog

use

.
├── app.js
├── config  # some `map.json` and `config.json`
├── controllers
├── lib
├── models
├── public # static
└── views # views or template

app.js

var yog = require('yog');
var app = require('express')();
var PORT = 4000;
 
app.use(yog()).listen(PORT, function () {
    console.log('Listening *:' + PORT);
});

detail see project fex-team/yog-app

others

/yog/

    Package Sidebar

    Install

    npm i yog

    Weekly Downloads

    20

    Version

    0.0.19

    License

    BSD

    Last publish

    Collaborators

    • fis-dev
    • fansekey
    • 2betop
    • zhangtao07
    • hefangshi