0.0.2 • Published 7 years ago

soze v0.0.2

Weekly downloads
9
License
SEE LICENSE IN LI...
Repository
-
Last release
7 years ago

soze (ss-oh-z-hey)

Soze is the framework that never was. Instead, it provides opinionated application constructs.

As of this writing it provides mechanisms for:

  • Dealing with application state (storing).
  • Transitioning application contexts (routing).
  • Viewing application contexts (rendering).

Build Dependencies

  • Node.js ( install using the node version manager )
  • npm install -g gulp-cli jsdoc

Building documentation

  • npm run docs
  • Documentation index is generated in ./out/index.html

Runtime Dependencies

  • Expects a global reference to jquery namespace ($)