CoreSupport is a library of conveninece functions for writing JavaScript apps. You can use CoreSupport to write apps instead of loading node-specific APIs.
- 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.