JSPM

  • Created
  • Published
  • Downloads 2502
  • Score
    100M100P100Q101058F

A framework for node

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
  • Proxy
  • Flow control
  • Date Management

See Usage for more details.

Installation

npm install comb

Why?

If your 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 commons utilities that are used by our other APIs.

Highlights

Usage

License

MIT https://github.com/Pollenware/comb/raw/master/LICENSE

Meta