Skip to content

sproutit/core_support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published