3.0.3 • Published 10 years ago

apeman-proto-session v3.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

apeman-proto-session

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for project with session.

Installation

$ npm install apeman-proto-session --save

Usage

/** This is an example Apemanfile.js */

'use strict'

module.exports = {
  $ctx: {
    /** Database model for session */
    sessionModel: require('./db/models/session_model'),
    /** Secret for session */
    sessionSecret: "a3sdp0f9u"
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-session project.
    require('apeman-proto-session')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-session
version3.0.3
descriptionPrototype for project with session.

$proto

$apps

NameDescription
session:enableEnable session feature.
session:flushAdd flush message support with session

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

3.0.3

10 years ago

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago