0.1.2 • Published 10 years ago

co.ntextualize v0.1.2

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

co.ntextualize

  • Inheritable configurable controller logic
  • add settings to individual controllers
  • Hopefully makes your Compound.js apps more DRY (Don't Repeat Yourself)
  • Should allow for the creation of shareable/publishable configurable controllers that can be used with a simple require (upload controller, CRUD controller, auth logic)

Usage

npm install co.ntextualize
  • add 'co.textualize' to your autoloaders
  • create a high-level controller that other controllers can inherit from

Usage

This module is not designed for adding functions to a route context For that functionality use compound.controllerExtensions as per normal

I encourage you to checkout the source code, and if anyone sees anything glaringly wrong, let me know.

  • checkout examples/
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago