1.0.4 • Published 6 years ago

metal-path-parser v1.0.4

Weekly downloads
460
License
BSD
Repository
github
Last release
6 years ago

metal-path-parser

Utility functions for parsing express-like url paths

Setup

  1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.

  2. Install local dependencies:

    npm install
  3. Build the code:

    npm run build