#Comb
###NOTE: v0.1.1 removed proxy code out of core see comb-proxy
##Overview
Framework for node that provides a one stop shop for frequently needed utilities, including:
- OO utilties
- Collections
- Logging
- String & date formatting
- Flow control
- Date Management
See Usage for more details.
npm install comb
##Why?
If you're like us its fun to find new modules to use but often wish you didn't have to sift through NPM registry or the node modules page to find what you need.
So....
We created a library of things we use often, or common utilities that are used by our other APIs.
##Highlights
- > 99% test coverage! And we're always adding more!
- comb(define|singleton)
- The backbone of comb.
- Options for classical inheritance models as well as mixins(pseudo multi-inheritance)
- You can call this._super from any method. Including statically defined ones!
- Access to your class level properties within an instance
- And much more...
- Logging
- Powerful logging API!
- Logger inheritance through name spaces
- Predefined level definition along with the ability to define your own.
- Multiple appenders including
- FileAppender - log it to a file
- RollingFileAppender - log it to a file up to a customizable size then create a new one!
- JSONAppender - write it out as JSON to a file.
- ConsoleAppender - log it to the console
- All appenders can be used with custom levels, separately, or all together.
- Configurable with files OR programatically
- Collections
- Flow control
- Tell me more!
##Usage
- OO system
- Collections
- Logging
- Plugins for objects defined with comb
- Promises
- PromiseLists
- Utilities
##License
MIT https://github.com/Pollenware/comb/raw/master/LICENSE
##Meta
- Code:
git clone git://github.com/Pollenware/comb.git - JsDoc: http://pollenware.github.com/comb
- Website: http://pollenware.com - Twitter: http://twitter.com/pollenware - 877.465.4045