1.0.2 • Published 6 years ago

metal-structs v1.0.2

Weekly downloads
916
License
BSD
Repository
-
Last release
6 years ago

metal-structs

A Metal.js set of common data structures:

  • MultiMap: Case insensitive string Multimap implementation.
  • TreeNode: Generic tree node data structure with arbitrary number of child nodes.

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

    [sudo] npm install -g gulp
  3. Install local dependencies:

    npm install
  4. Build the code:

    gulp build