Package Exports
- comb
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (comb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Comb
Overview
Framework for node that provides a one stop shop for frequently needed utilities, including:
- OO utilties
- Collections
- Logging
- String & date formatting
- Flow control
Installation
npm install comb
Getting Started
Highlights
100% test coverage!
-
- 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
-
- Logger inheritance through name spaces
- Predefined level 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
- Configurable with files OR programatically
Collections
License
MIT https://github.com/c2fo/comb/raw/master/LICENSE
Meta
- Code:
git clone git://github.com/c2fo/comb.git
- JsDoc: http://c2fo.github.com/comb
- Website: http://c2fo.com - Twitter: http://twitter.com/c2fo - 877.465.4045