sproutit / core_support

Support utility functions for CommonJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoreSupport - Utility Library

CoreSupport is a library of conveninece functions for writing JavaScript apps. You can use CoreSupport to write apps instead of loading node-specific APIs.

What Comes In the Box

  • Continuable Iterators allow you to asynchronously iterate through sets of data. Includes each(), map(), reduce() and parallel versions of each.
  • Path Utilities Includes a more refined version of normalize() that can handle user directories and other shortcuts.
  • Filesystem Filesystem API that can be used both async and sync mode.
    Includes convenience functions like mkdir_p, rm_r, and glob() for some common operations.

About

Support utility functions for CommonJS


Languages

Language:JavaScript 100.0%